From 8138c00f0c8d43f4a28941ae97ff6ea9d0c58701 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 May 2008 09:52:23 +0100 Subject: viewfeed: bump counters rate interval to 300ms --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.php b/backend.php index 692f35ff5..20411cc0a 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 ""; -- cgit v1.2.3