lower catchup_timeout_id to 1s

master
Andrew Dolgov 12 years ago
parent be8612c438
commit 25d2c8d771

@ -1289,7 +1289,7 @@ function headlines_scroll_handler(e) {
if (!_infscroll_request_sent) { if (!_infscroll_request_sent) {
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()', catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
2000); 1000);
} }
} }
} }

Loading…
Cancel
Save