mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 20:01:28 +00:00
gears: don't cache feedlist
This commit is contained in:
@@ -520,7 +520,7 @@ function init_second_stage() {
|
||||
daemon_refresh_only = getInitParam("daemon_refresh_only") == 1;
|
||||
feeds_sort_by_unread = getInitParam("feeds_sort_by_unread") == 1;
|
||||
|
||||
var fl = cache_find_param("FEEDLIST", getInitParam("num_feeds"));
|
||||
/* var fl = cache_find_param("FEEDLIST", getInitParam("num_feeds"));
|
||||
|
||||
if (fl) {
|
||||
render_feedlist(fl);
|
||||
@@ -531,7 +531,9 @@ function init_second_stage() {
|
||||
}
|
||||
} else {
|
||||
setTimeout('updateFeedList(false, false)', 50);
|
||||
}
|
||||
} */
|
||||
|
||||
setTimeout('updateFeedList(false, false)', 50);
|
||||
|
||||
debug("second stage ok");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user