summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 16:15:59 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 16:15:59 +0100
commitb9ce0ba16908da7b24c8f35a971d6ac23445e0c7 (patch)
treeb025e83b726b6ce57a271439e5458cf8e33d23e7 /backend.php
parent3c204a8e2374404d64493e91880af6d876935c2f (diff)
view: lower counters rate limit
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 6bdeaa719..309c15a0a 100644
--- a/backend.php
+++ b/backend.php
@@ -240,7 +240,7 @@
// if (get_pref($link, "SYNC_COUNTERS") || ($mode == "prefetch" && $csync)) {
- if (time() - $_SESSION["view:counters_stamp"] > 10) {
+ if (time() - $_SESSION["view:counters_stamp"] > 5) {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";