From 5aaf9b34e43c90dfc3b95731d71f4d598251a321 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 May 2008 13:52:38 +0100 Subject: request counters asynchronously after viewfeed has succeeded but w/o counters block --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 20411cc0a..ba7cbdb0b 100644 --- a/backend.php +++ b/backend.php @@ -288,11 +288,11 @@ if ($_GET["debug"]) $timing_info = print_checkpoint("20", $timing_info); - if (time() - $_SESSION["get_all_counters_stamp"] > 300) { +/* if (time() - $_SESSION["get_all_counters_stamp"] > 300) { print ""; getAllCounters($link, $omode, $feed); print ""; - } + } */ if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info); -- cgit v1.2.3-54-g00ecf