From c4fcffab46b62c995d98ea9cdb29c08f4357c61d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Mar 2013 14:41:03 +0400 Subject: lower catchup_timeout_id to 500ms --- js/viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/viewfeed.js') diff --git a/js/viewfeed.js b/js/viewfeed.js index 1ca81ca6c..ad4ff7061 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); } } } -- cgit v1.2.3