summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-30 21:53:11 +0300
committerAndrew Dolgov <[email protected]>2017-07-30 21:53:11 +0300
commit22adcd7466777d21d7d642647831761d90ea289a (patch)
tree1734799b62b4feb7b5bf98ee9b32cc9bf5c70362 /js/tt-rss.js
parent51f13e77367df10ca4eae8ab7a253c350c7b51d8 (diff)
request counters less times during startup, delay initial request in feedlist_init() a bit
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 1872ad1ab..b498b5e99 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -148,7 +148,7 @@ function viewCurrentFeed(method) {
function timeout() {
if (getInitParam("bw_limit") != "1") {
- request_counters();
+ request_counters(true);
setTimeout(timeout, 60*1000);
}
}