summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-24 13:22:34 +0100
committerAndrew Dolgov <[email protected]>2008-06-24 13:22:34 +0100
commitedd56fe579f988907e30412447797f85c73f30f4 (patch)
tree57da70e0d87bd728d32d89065bcf74f045fc5922 /backend.php
parent39372e9437247b5f5aeaaf3cb04477338b2fe818 (diff)
viewfeed: consider bw_limit situation the same as csync when sending counters with headlines
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 fe54e36a7..a73e54078 100644
--- a/backend.php
+++ b/backend.php
@@ -295,7 +295,7 @@
$viewfeed_ctr_interval = 300;
- if ($csync) {
+ if ($csync || $_SESSION["bw_limit"]) {
$viewfeed_ctr_interval = 60;
}