]> git.wh0rd.org - tt-rss.git/commitdiff
view: lower counters rate limit
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Jan 2009 15:15:59 +0000 (16:15 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Jan 2009 15:15:59 +0000 (16:15 +0100)
backend.php

index 6bdeaa7192284021fd15cf19ce1bae8704831816..309c15a0ae7f16bdf43a9849c1ab986187fd8cc5 100644 (file)
 
 //                     if (get_pref($link, "SYNC_COUNTERS") || ($mode == "prefetch" && $csync)) {
 
-                       if (time() - $_SESSION["view:counters_stamp"] > 10) {
+                       if (time() - $_SESSION["view:counters_stamp"] > 5) {
                                print "<counters>";
                                getAllCounters($link, $omode);
                                print "</counters>";