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