From af6f8bf241674e177a6ecc0eac77bb267aca3b94 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Jul 2007 04:20:55 +0100 Subject: tweak catchup_callback --- viewfeed.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'viewfeed.js') diff --git a/viewfeed.js b/viewfeed.js index 973c436e5..1d6a4a62b 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); } -- cgit v1.2.3