mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1010999 - Change update notification to Weekly instead of Daily on Aurora. r=gavin.sharp
This commit is contained in:
parent
53542c3bbe
commit
67bcef909d
@ -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/");
|
||||
|
Loading…
Reference in New Issue
Block a user