lower catchup_timeout_id to 500ms

This commit is contained in:
Andrew Dolgov 2013-03-26 14:41:03 +04:00
parent 25d2c8d771
commit c4fcffab46

View file

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