From: Andrew Dolgov Date: Tue, 24 Jun 2008 12:22:34 +0000 (+0100) Subject: viewfeed: consider bw_limit situation the same as csync when sending counters with... X-Git-Tag: 1.2.25~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=edd56fe579f988907e30412447797f85c73f30f4;p=tt-rss.git viewfeed: consider bw_limit situation the same as csync when sending counters with headlines --- diff --git a/backend.php b/backend.php index fe54e36a..a73e5407 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; }