[Pkg-mozext-commits] [adblock-plus] 31/74: Issue 2659 - Reduce initial notification download delay to one minute
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 12:07:08 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 92bdf3c831cb169cf964a1b3fa6192f6ca779080
Author: Felix Dahlke <felix at adblockplus.org>
Date: Mon Jun 8 10:23:20 2015 +0200
Issue 2659 - Reduce initial notification download delay to one minute
---
lib/notification.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/notification.js b/lib/notification.js
index 333f3f4..c97bc69 100644
--- a/lib/notification.js
+++ b/lib/notification.js
@@ -27,7 +27,7 @@ let {Utils} = require("utils");
let {Matcher} = require("matcher");
let {Filter} = require("filterClasses");
-let INITIAL_DELAY = 12 * MILLIS_IN_MINUTE;
+let INITIAL_DELAY = 1 * MILLIS_IN_MINUTE;
let CHECK_INTERVAL = 1 * MILLIS_IN_HOUR;
let EXPIRATION_INTERVAL = 1 * MILLIS_IN_DAY;
let TYPE = {
--
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