summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-31 19:22:47 +0400
committerAndrew Dolgov <[email protected]>2011-08-31 19:22:47 +0400
commit452e75cc9468477972e56d48ec4494a276cb50c2 (patch)
treecec34add75b503ac81fa21c07bb99e8ab61e4f9e /feedlist.js
parent29465278c5ef5bc220560489c3e6a26c5e4e84d9 (diff)
implement random precaching of unread feeds on timer
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 27cd8295a..54ecb895d 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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);