mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +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);
|
||||
|
||||
@@ -170,6 +170,7 @@ function catchupAllFeeds() {
|
||||
}
|
||||
|
||||
function viewCurrentFeed(method) {
|
||||
console.log("viewCurrentFeed");
|
||||
|
||||
if (getActiveFeedId() != undefined) {
|
||||
viewfeed(getActiveFeedId(), method, activeFeedIsCat());
|
||||
@@ -358,8 +359,8 @@ function init_second_stage() {
|
||||
if (getInitParam("enable_feed_cats") == 0)
|
||||
Element.hide(dijit.byId("include_children").domNode);
|
||||
|
||||
dijit.byId("include_children").attr("checked",
|
||||
getInitParam("default_include_children"));
|
||||
// dijit.byId("include_children").attr("checked",
|
||||
// getInitParam("default_include_children"));
|
||||
|
||||
feeds_sort_by_unread = getInitParam("feeds_sort_by_unread") == 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user