зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1309668
- Change app update mar download throttling on release to 0. r=felipc
This commit is contained in:
Родитель
02a68f9d95
Коммит
3226d39ae9
|
@ -9,7 +9,8 @@ pref("startup.homepage_welcome_url.additional", "");
|
|||
pref("app.update.interval", 43200); // 12 hours
|
||||
// The time interval between the downloading of mar file chunks in the
|
||||
// background (in seconds)
|
||||
pref("app.update.download.backgroundInterval", 60);
|
||||
// 0 means "download everything at once"
|
||||
pref("app.update.download.backgroundInterval", 0);
|
||||
// Give the user x seconds to react before showing the big UI. default=192 hours
|
||||
pref("app.update.promptWaitTime", 691200);
|
||||
// URL user can browse to manually if for some reason all update installation
|
||||
|
|
Загрузка…
Ссылка в новой задаче