adjust rate limits on automatic update of offline info

This commit is contained in:
Andrew Dolgov
2009-02-03 22:40:27 +03:00
parent a4b906ec46
commit b548354310
3 changed files with 8 additions and 9 deletions

View File

@@ -1019,9 +1019,7 @@ function update_feedlist_counters() {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
var unread = get_local_feed_unread(-4);
global_unread = unread;
global_unread = get_local_feed_unread(-4);
updateTitle();
} catch (e) {