mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
make lazy loading of headlines lazier
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user