summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 09:52:23 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 09:52:23 +0100
commit8138c00f0c8d43f4a28941ae97ff6ea9d0c58701 (patch)
tree15c0bda8d45363fc6901590eae813ae8c19e6833 /backend.php
parent9e70f3b3ffa3140f5cc1d7154019b831d7c4ca2a (diff)
viewfeed: bump counters rate interval to 300ms
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
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 "<counters>";
getAllCounters($link, $omode, $feed);
print "</counters>";