Bug 706798 - 'Tune' the time to wait before displaying the update been downloaded / restart notification. r=Standard8

This commit is contained in:
Irving Reid 2012-01-16 15:13:38 -05:00
Родитель 16b453711b
Коммит 2d56eb03dd
4 изменённых файлов: 14 добавлений и 10 удалений

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

@ -106,14 +106,9 @@ pref("app.update.url.details", "http://www.mozillamessaging.com/%LOCALE%/%APP%/r
// User-settable override to app.update.url for testing purposes.
//pref("app.update.url.override", "");
// Interval: Time before prompting the user again to restart to install the
// latest download (in seconds) default=1 day
pref("app.update.nagTimer.restart", 86400);
// Interval: When all registered timers should be checked (in milliseconds)
// default=10 minutes
pref("app.update.timer", 600000);
// Give the user x seconds to react before showing the big UI. default=12 hrs
pref("app.update.promptWaitTime", 43200);
// app.update.interval is in branding section
// app.update.promptWaitTime is in branding section
// Show the Update Checking/Ready UI when the user was idle for x seconds
pref("app.update.idletime", 60);

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

@ -12,4 +12,7 @@ pref("app.update.interval", 28800);
// 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);
pref("app.vendorURL", "http://www.mozilla.org/projects/%APP%/");

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

@ -5,11 +5,14 @@ pref("mailnews.start_page.url","https://live.mozillamessaging.com/%APP%/start?lo
pref("mailnews.start_page.override_url","https://live.mozillamessaging.com/%APP%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%");
// Interval: Time between checks for a new version (in seconds)
// nightly=8 hours, official=24 hours
pref("app.update.interval", 28800);
// nightly=1 hour, official=24 hours
pref("app.update.interval", 3600);
// 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. nightly=1 hour
pref("app.update.promptWaitTime", 3600);
pref("app.vendorURL", "http://www.mozilla.org/projects/%APP%/");

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

@ -12,4 +12,7 @@ pref("app.update.interval", 86400);
// background (in seconds)
pref("app.update.download.backgroundInterval", 600);
// Give the user x seconds to react before showing the big UI. default=24 hours
pref("app.update.promptWaitTime", 86400);
pref("app.vendorURL", "http://www.mozillamessaging.com/%LOCALE%/%APP%/");