From: Andrew Dolgov Date: Tue, 26 Mar 2013 10:39:20 +0000 (+0400) Subject: lower catchup_timeout_id to 1s X-Git-Tag: 1.7.6~276 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=25d2c8d771e859272be743a7a71b5c572226ac78;p=tt-rss.git lower catchup_timeout_id to 1s --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 55ebaa7c..1ca81ca6 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()', - 2000); + 1000); } } }