1
0
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:
Andrew Dolgov
2017-07-30 21:53:11 +03:00
parent 51f13e7736
commit 22adcd7466
3 changed files with 3 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ function viewCurrentFeed(method) {
function timeout() {
if (getInitParam("bw_limit") != "1") {
request_counters();
request_counters(true);
setTimeout(timeout, 60*1000);
}
}