From: Andrew Dolgov Date: Thu, 22 Jan 2009 15:15:59 +0000 (+0100) Subject: view: lower counters rate limit X-Git-Tag: git2svn-syncpoint-master~54 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b9ce0ba16908da7b24c8f35a971d6ac23445e0c7;p=tt-rss.git view: lower counters rate limit --- diff --git a/backend.php b/backend.php index 6bdeaa71..309c15a0 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"] > 10) { + if (time() - $_SESSION["view:counters_stamp"] > 5) { print ""; getAllCounters($link, $omode); print "";