diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-06-24 13:22:34 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-06-24 13:22:34 +0100 |
| commit | edd56fe579f988907e30412447797f85c73f30f4 (patch) | |
| tree | 57da70e0d87bd728d32d89065bcf74f045fc5922 | |
| parent | 39372e9437247b5f5aeaaf3cb04477338b2fe818 (diff) | |
viewfeed: consider bw_limit situation the same as csync when sending counters with headlines
| -rw-r--r-- | backend.php | 2 |
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; } |