[Pkg-mozext-commits] [adblock-plus] 59/74: Issue 284 - Unify initial delay for all downloads

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 12:07:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 49434c38dcb7a44553df5757de618d90a5130fa0
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Jul 22 14:53:14 2015 +0200

    Issue 284 -  Unify initial delay for all downloads
---
 lib/synchronizer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/synchronizer.js b/lib/synchronizer.js
index f0d3e72..7de6bf2 100644
--- a/lib/synchronizer.js
+++ b/lib/synchronizer.js
@@ -31,7 +31,7 @@ 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;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list