summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>";