1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

lower catchup_timeout_id to 1s

This commit is contained in:
Andrew Dolgov
2013-03-26 14:39:20 +04:00
parent be8612c438
commit 25d2c8d771

View File

@@ -1289,7 +1289,7 @@ function headlines_scroll_handler(e) {
if (!_infscroll_request_sent) {
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
2000);
1000);
}
}
}