summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-26 14:39:20 +0400
committerAndrew Dolgov <[email protected]>2013-03-26 14:39:20 +0400
commit25d2c8d771e859272be743a7a71b5c572226ac78 (patch)
treeed560a8c192c4615a4311462eccf43b5e075fe90 /js
parentbe8612c438c666798c9a80a606e5dcca93c111c0 (diff)
lower catchup_timeout_id to 1s
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
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);
}
}
}