1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 00:01:33 +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

@@ -198,9 +198,7 @@ function feedlist_init() {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
request_counters(true);
timeout();
setTimeout(timeout, 250);
}