]> git.wh0rd.org - tt-rss.git/commitdiff
lower catchup_timeout_id to 500ms
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 26 Mar 2013 10:41:03 +0000 (14:41 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 26 Mar 2013 10:41:03 +0000 (14:41 +0400)
js/viewfeed.js

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