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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user