mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
lower catchup_timeout_id to 500ms
This commit is contained in:
@@ -1289,7 +1289,7 @@ function headlines_scroll_handler(e) {
|
|||||||
|
|
||||||
if (!_infscroll_request_sent) {
|
if (!_infscroll_request_sent) {
|
||||||
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
|
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
|
||||||
1000);
|
500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user