From: Andrew Dolgov Date: Sun, 1 Jul 2007 03:20:55 +0000 (+0100) Subject: tweak catchup_callback X-Git-Tag: 1.2.13~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=af6f8bf241674e177a6ecc0eac77bb267aca3b94;p=tt-rss.git tweak catchup_callback --- diff --git a/viewfeed.js b/viewfeed.js index 973c436e..1d6a4a62 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -22,11 +22,11 @@ function catchup_callback() { if (xmlhttp_rpc.readyState == 4) { try { debug("catchup_callback"); - if (_catchup_callback_func) { - setTimeout(_catchup_callback_func, 100); - } notify(""); all_counters_callback(); + if (_catchup_callback_func) { + setTimeout(_catchup_callback_func, 10); + } } catch (e) { exception_error("catchup_callback", e); }