From: Andrew Dolgov Date: Thu, 22 Jan 2009 15:24:10 +0000 (+0100) Subject: view: more limiting tweaks (2) X-Git-Tag: git2svn-syncpoint-master~52 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ee8091ba785c57caee2a1ebc12311b30d82d27f5;p=tt-rss.git view: more limiting tweaks (2) --- diff --git a/backend.php b/backend.php index a69307f7..a2a87caf 100644 --- a/backend.php +++ b/backend.php @@ -240,7 +240,7 @@ // 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 ""; getAllCounters($link, $omode); print "";