From: Andrew Dolgov Date: Tue, 20 May 2008 08:52:23 +0000 (+0100) Subject: viewfeed: bump counters rate interval to 300ms X-Git-Tag: 1.2.23-final~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8138c00f0c8d43f4a28941ae97ff6ea9d0c58701;p=tt-rss.git viewfeed: bump counters rate interval to 300ms --- diff --git a/backend.php b/backend.php index 692f35ff..20411cc0 100644 --- a/backend.php +++ b/backend.php @@ -288,7 +288,7 @@ if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info); - if (time() - $_SESSION["get_all_counters_stamp"] > 180) { + if (time() - $_SESSION["get_all_counters_stamp"] > 300) { print ""; getAllCounters($link, $omode, $feed); print "";