viewfeed: consider bw_limit situation the same as csync when sending counters with headlines

This commit is contained in:
Andrew Dolgov 2008-06-24 13:22:34 +01:00
parent 39372e9437
commit edd56fe579
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@
$viewfeed_ctr_interval = 300;
if ($csync) {
if ($csync || $_SESSION["bw_limit"]) {
$viewfeed_ctr_interval = 60;
}