1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:15:56 +00:00

make precache_headlines_idle() start slower

This commit is contained in:
Andrew Dolgov
2012-08-14 19:03:34 +04:00
parent 1354d17270
commit 973c4a649f
2 changed files with 4 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ function feedlist_init() {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
setTimeout("timeout()", 5000);
setTimeout("precache_headlines_idle()", 3000);
setTimeout("precache_headlines_idle()", 15000);
} catch (e) {
exception_error("feedlist/init", e);