viewfeed: consider bw_limit situation the same as csync when sending counters with headlines
This commit is contained in:
parent
39372e9437
commit
edd56fe579
|
@ -295,7 +295,7 @@
|
|||
|
||||
$viewfeed_ctr_interval = 300;
|
||||
|
||||
if ($csync) {
|
||||
if ($csync || $_SESSION["bw_limit"]) {
|
||||
$viewfeed_ctr_interval = 60;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue