summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 13:52:38 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 13:52:38 +0100
commit5aaf9b34e43c90dfc3b95731d71f4d598251a321 (patch)
tree08bb2c992336585f09bbdaa4f74692412323b6e4 /backend.php
parentd6586c1d9840f9e1c5c1c9b914b2fccd64f8fca0 (diff)
request counters asynchronously after viewfeed has succeeded but w/o counters block
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
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 "<counters>";
getAllCounters($link, $omode, $feed);
print "</counters>";
- }
+ } */
if ($_GET["debug"]) $timing_info = print_checkpoint("30", $timing_info);