From: Andrew Dolgov Date: Tue, 26 Mar 2013 10:41:03 +0000 (+0400) Subject: lower catchup_timeout_id to 500ms X-Git-Tag: 1.7.6~275 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c4fcffab46b62c995d98ea9cdb29c08f4357c61d;p=tt-rss.git lower catchup_timeout_id to 500ms --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 1ca81ca6..ad4ff706 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1289,7 +1289,7 @@ function headlines_scroll_handler(e) { if (!_infscroll_request_sent) { catchup_timeout_id = window.setTimeout('catchupBatchedArticles()', - 1000); + 500); } } }