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

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