summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-14 12:14:19 +0400
committerAndrew Dolgov <[email protected]>2011-11-14 12:14:19 +0400
commit507426ef6e5c5921d68a20390fa4d7c32a23d780 (patch)
tree7e9987b60b7da596b9d81e75e01402b0f68469a5
parentd1fc2f92a2fcf7bce91339a9b39293d506c20bdf (diff)
make lazy loading of headlines lazier
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index cef9fb045..d5b92ebe3 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -2179,7 +2179,7 @@ function precache_headlines_idle() {
viewfeed(rf[0], '', rf[1], 0, true);
}
}
- precache_idle_timeout_id = setTimeout("precache_headlines_idle()", 5000);
+ precache_idle_timeout_id = setTimeout("precache_headlines_idle()", 1000*30);
} catch (e) {
exception_error("precache_headlines_idle", e);