lower catchup_timeout_id to 500ms
This commit is contained in:
parent
25d2c8d771
commit
c4fcffab46
1 changed files with 1 additions and 1 deletions
|
@ -1289,7 +1289,7 @@ function headlines_scroll_handler(e) {
|
|||
|
||||
if (!_infscroll_request_sent) {
|
||||
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
|
||||
1000);
|
||||
500);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue