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

lower catchup_timeout_id to 500ms

This commit is contained in:
Andrew Dolgov
2013-03-26 14:41:03 +04:00
parent 25d2c8d771
commit c4fcffab46

View File

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