summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-26 14:41:03 +0400
committerAndrew Dolgov <[email protected]>2013-03-26 14:41:03 +0400
commitc4fcffab46b62c995d98ea9cdb29c08f4357c61d (patch)
treec9f18b832ead4ac20cf38e5e1455e315a73ce29e /js
parent25d2c8d771e859272be743a7a71b5c572226ac78 (diff)
lower catchup_timeout_id to 500ms
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 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);
}
}
}