mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
offline: add progress indicator; tweak download intervals and amount of articles
This commit is contained in:
@@ -460,9 +460,7 @@ function parse_counters(reply, scheduled_call) {
|
||||
if (id == "global-unread") {
|
||||
|
||||
if (ctr > global_unread) {
|
||||
if (db && getInitParam("offline_enabled") == "1") {
|
||||
window.setTimeout("update_offline_data(0)", 100);
|
||||
}
|
||||
offlineDownloadStart();
|
||||
}
|
||||
|
||||
global_unread = ctr;
|
||||
|
||||
Reference in New Issue
Block a user