viewfeed: bump counters rate interval to 300ms

This commit is contained in:
Andrew Dolgov 2008-05-20 09:52:23 +01:00
parent 9e70f3b3ff
commit 8138c00f0c
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info); 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 "<counters>"; print "<counters>";
getAllCounters($link, $omode, $feed); getAllCounters($link, $omode, $feed);
print "</counters>"; print "</counters>";