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 ""; getAllCounters($link, $omode); print "";