From: Andrew Dolgov Date: Sat, 7 Feb 2009 10:52:05 +0000 (+0300) Subject: offline: tweak download interval X-Git-Tag: 1.3.1~54 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=34ff6c50b80aeae480f25496b4444adb4684b163;p=tt-rss.git offline: tweak download interval --- diff --git a/offline.js b/offline.js index 6718733f..4287d746 100644 --- a/offline.js +++ b/offline.js @@ -712,7 +712,7 @@ function offline_download_parse(stage, transport) { debug("update_offline_data: done " + stage + " HSD: " + has_sync_data + ""); } else { - window.setTimeout("update_offline_data(0)", 1800*1000); + window.setTimeout("update_offline_data(0)", 180*1000); debug("update_offline_data: finished"); db.execute("DELETE FROM articles WHERE "+