]> git.wh0rd.org - tt-rss.git/commitdiff
viewfeed: consider bw_limit situation the same as csync when sending counters with...
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 24 Jun 2008 12:22:34 +0000 (13:22 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 24 Jun 2008 12:22:34 +0000 (13:22 +0100)
backend.php

index fe54e36a70d95998ad4fc1170655ad870918331f..a73e54078cd0cb46ad6665574e455b639ee2dea5 100644 (file)
 
                        $viewfeed_ctr_interval = 300;
 
-                       if ($csync) {
+                       if ($csync || $_SESSION["bw_limit"]) {
                                $viewfeed_ctr_interval = 60;
                        }