mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
request counters less times during startup, delay initial request in feedlist_init() a bit
This commit is contained in:
@@ -148,7 +148,7 @@ function viewCurrentFeed(method) {
|
||||
|
||||
function timeout() {
|
||||
if (getInitParam("bw_limit") != "1") {
|
||||
request_counters();
|
||||
request_counters(true);
|
||||
setTimeout(timeout, 60*1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user