viewfeed: bump counters rate interval to 300ms
This commit is contained in:
parent
9e70f3b3ff
commit
8138c00f0c
|
@ -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>";
|
||||||
|
|
Loading…
Reference in New Issue