mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
update interval to 24 hours to allow us to broadcast security updates more quickly and to fix the tinderboxes
This commit is contained in:
parent
0529aed045
commit
540caa8b2a
@ -72,7 +72,7 @@ pref("extensions.getMoreThemesURL", "chrome://mozapps/locale/extensions/extensio
|
||||
// Automatically download and install updates to themes and extensions.
|
||||
pref("update.extensions.autoUpdate", false);
|
||||
|
||||
pref("update.interval", 604800000); // every 7 days
|
||||
pref("update.interval", 86400000); // every 24 hrs
|
||||
pref("update.lastUpdateDate", 0); // UTC offset when last update was performed.
|
||||
pref("update.showSlidingNotification", true); // windows-only slide-up taskbar notification
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user