Bug 707037 - Revert the update check frequency increase (bug 707020); r=bbondy

--HG--
extra : transplant_source : %83%86%A8%F7%28%9A%EEv%9ErW%1B%8E%EA%1B%3C%AF%C6%DA%E5
This commit is contained in:
Ehsan Akhgari 2012-02-06 16:32:32 -05:00
Родитель 5c6c907477
Коммит cc5449c485
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -5,12 +5,12 @@
pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/?oldversion=%OLD_VERSION%");
pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
// The time interval between checks for a new version (in seconds)
pref("app.update.interval", 3600); // 1 hour
pref("app.update.interval", 7200); // 2 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=1 hour
pref("app.update.promptWaitTime", 3600);
// Give the user x seconds to react before showing the big UI. default=12 hours
pref("app.update.promptWaitTime", 43200);
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "http://nightly.mozilla.org/");