1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement random precaching of unread feeds on timer

This commit is contained in:
Andrew Dolgov
2011-08-31 19:22:47 +04:00
parent 29465278c5
commit 452e75cc94
3 changed files with 84 additions and 27 deletions
+1
View File
@@ -202,6 +202,7 @@ function feedlist_init() {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
setTimeout("timeout()", 5000);
setTimeout("precache_headlines_idle()", 3000);
} catch (e) {
exception_error("feedlist/init", e);