Bug 1010999 - Change update notification to Weekly instead of Daily on Aurora. r=gavin.sharp

This commit is contained in:
Robert Strong 2014-06-05 18:10:17 -07:00
parent 53542c3bbe
commit 67bcef909d

View File

@ -12,8 +12,8 @@ pref("app.update.interval", 28800); // 8 hours
// The time interval between the downloading of mar file chunks in the
// background (in seconds)
pref("app.update.download.backgroundInterval", 60);
// Give the user x seconds to react before showing the big UI. default=24 hours
pref("app.update.promptWaitTime", 86400);
// Give the user x seconds to react before showing the big UI. default=168 hours
pref("app.update.promptWaitTime", 604800);
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "https://www.mozilla.org/firefox/aurora/");