1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

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

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