1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

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

View File

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