Skip to content

Commit d8a7988

Browse files
committed
Bug 1891605 - Change update check interval for non-nightly channels to 6 hours r=release-managers,application-update-reviewers,nalexander,bytesized,RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D207485
1 parent e08fb78 commit d8a7988

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browser/branding/aurora/pref/firefox-branding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
pref("startup.homepage_welcome_url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%a2/firstrun/");
88
pref("startup.homepage_welcome_url.additional", "");
99
// The time interval between checks for a new version (in seconds)
10-
pref("app.update.interval", 28800); // 8 hours
10+
pref("app.update.interval", 21600); // 6 hours
1111
// Give the user x seconds to react before showing the big UI. default=192 hours
1212
pref("app.update.promptWaitTime", 691200);
1313
// URL user can browse to manually if for some reason all update installation

browser/branding/official/pref/firefox-branding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pref("startup.homepage_override_url", "");
88
pref("startup.homepage_welcome_url", "about:welcome");
99
pref("startup.homepage_welcome_url.additional", "");
1010
// Interval: Time between checks for a new version (in seconds)
11-
pref("app.update.interval", 43200); // 12 hours
11+
pref("app.update.interval", 21600); // 6 hours
1212
// Give the user x seconds to react before showing the big UI. default=192 hours
1313
pref("app.update.promptWaitTime", 691200);
1414
// app.update.url.manual: URL user can browse to manually if for some reason
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
category update-timer nsUpdateService @mozilla.org/updates/update-service;1,getService,background-update-timer,app.update.interval,43200,86400
1+
category update-timer nsUpdateService @mozilla.org/updates/update-service;1,getService,background-update-timer,app.update.interval,21600,86400

0 commit comments

Comments
 (0)