| Index: lib/synchronizer.js |
| =================================================================== |
| --- a/lib/synchronizer.js |
| +++ b/lib/synchronizer.js |
| @@ -26,17 +26,17 @@ let {Downloader, Downloadable, |
| MILLIS_IN_SECOND, MILLIS_IN_MINUTE, MILLIS_IN_HOUR, MILLIS_IN_DAY} = require("downloader"); |
| let {Filter, CommentFilter} = require("filterClasses"); |
| let {FilterStorage} = require("filterStorage"); |
| let {FilterNotifier} = require("filterNotifier"); |
| let {Prefs} = require("prefs"); |
| let {Subscription, DownloadableSubscription} = require("subscriptionClasses"); |
| let {Utils} = require("utils"); |
| -let INITIAL_DELAY = 6 * MILLIS_IN_MINUTE; |
| +let INITIAL_DELAY = 1 * MILLIS_IN_MINUTE; |
| let CHECK_INTERVAL = 1 * MILLIS_IN_HOUR; |
| let DEFAULT_EXPIRATION_INTERVAL = 5 * MILLIS_IN_DAY; |
| /** |
| * The object providing actual downloading functionality. |
| * @type Downloader |
| */ |
| let downloader = null; |