зеркало из https://github.com/mozilla/pjs.git
update interval to 24 hours to allow us to broadcast security updates more quickly and to fix the tinderboxes
This commit is contained in:
Родитель
8c8fc22a13
Коммит
dbef3681ef
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче