Bug 1309668 - Change app update mar download throttling on release to 0. r=felipc

This commit is contained in:
Robert Strong 2016-10-12 12:17:03 -07:00
Родитель 02a68f9d95
Коммит 3226d39ae9
1 изменённых файлов: 2 добавлений и 1 удалений

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

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