mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:45:55 +00:00
viewfeed: consider bw_limit situation the same as csync when sending counters with headlines
This commit is contained in:
@@ -295,7 +295,7 @@
|
|||||||
|
|
||||||
$viewfeed_ctr_interval = 300;
|
$viewfeed_ctr_interval = 300;
|
||||||
|
|
||||||
if ($csync) {
|
if ($csync || $_SESSION["bw_limit"]) {
|
||||||
$viewfeed_ctr_interval = 60;
|
$viewfeed_ctr_interval = 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user