]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
view: more limiting tweaks (2)
[tt-rss.git] / 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>";