]> git.wh0rd.org - tt-rss.git/commitdiff
view: more limiting tweaks (2)
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Jan 2009 15:24:10 +0000 (16:24 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 22 Jan 2009 15:24:10 +0000 (16:24 +0100)
backend.php

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