summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 19:42:02 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 19:42:02 +0100
commitabd9b16507fd517dc56af1be0d11d7043063ddc5 (patch)
treeaa5978a7595a5e9f13242853a7c8df86e5457d30 /backend.php
parent34c30ac126cb1b00b36065b4dae705774c4e52b3 (diff)
getLabelCounters: skip processing when labels are disabled; misc performance tweaks
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 210de06f9..3e6eea662 100644
--- a/backend.php
+++ b/backend.php
@@ -358,7 +358,7 @@
// }
if (get_pref($link, 'COMBINED_DISPLAY_MODE') || $subop ||
- time() - $_SESSION["viewfeed:counters_stamp"] > 30) {
+ time() - $_SESSION["viewfeed:counters_stamp"] > 60) {
if (!$offset) {
print "<counters>";
getAllCounters($link, $omode, $feed);