lower catchup_timeout_id to 500ms

master
Andrew Dolgov 12 years ago
parent 25d2c8d771
commit c4fcffab46

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

Loading…
Cancel
Save