make lazy loading of headlines lazier

This commit is contained in:
Andrew Dolgov 2011-11-14 12:14:19 +04:00
parent d1fc2f92a2
commit 507426ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -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);