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