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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user