update interval to 24 hours to allow us to broadcast security updates more quickly and to fix the tinderboxes

This commit is contained in:
ben%bengoodger.com 2004-07-20 17:06:55 +00:00
Родитель 8c8fc22a13
Коммит dbef3681ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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