summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 16:24:10 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 16:24:10 +0100
commitee8091ba785c57caee2a1ebc12311b30d82d27f5 (patch)
tree716638175623ef7b33d96d0bc07b2c7bfff7c456 /backend.php
parent26b968cdf517490c8b92b683dbb4b26d93036f41 (diff)
view: more limiting tweaks (2)
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 a69307f72..a2a87cafd 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"] > 5 && $mode == "prefetch") {
+ if (time() - $_SESSION["view:counters_stamp"] > 3 && $mode == "prefetch") {
print "<counters>";
getAllCounters($link, $omode);
print "</counters>";