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:
@@ -2179,7 +2179,7 @@ function precache_headlines_idle() {
|
|||||||
viewfeed(rf[0], '', rf[1], 0, true);
|
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) {
|
} catch (e) {
|
||||||
exception_error("precache_headlines_idle", e);
|
exception_error("precache_headlines_idle", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user