mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 707020 - Increase the frequency of update checks temporarily when landing bug 481815; r=rs
This commit is contained in:
parent
8c58534131
commit
cd8b8c9647
@ -1,12 +1,12 @@
|
|||||||
pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
|
pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
|
||||||
pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
|
pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
|
||||||
// The time interval between checks for a new version (in seconds)
|
// The time interval between checks for a new version (in seconds)
|
||||||
pref("app.update.interval", 7200); // 2 hours
|
pref("app.update.interval", 3600); // 1 hour
|
||||||
// The time interval between the downloading of mar file chunks in the
|
// The time interval between the downloading of mar file chunks in the
|
||||||
// background (in seconds)
|
// background (in seconds)
|
||||||
pref("app.update.download.backgroundInterval", 60);
|
pref("app.update.download.backgroundInterval", 60);
|
||||||
// Give the user x seconds to react before showing the big UI. default=12 hours
|
// Give the user x seconds to react before showing the big UI. default=1 hour
|
||||||
pref("app.update.promptWaitTime", 43200);
|
pref("app.update.promptWaitTime", 3600);
|
||||||
// URL user can browse to manually if for some reason all update installation
|
// URL user can browse to manually if for some reason all update installation
|
||||||
// attempts fail.
|
// attempts fail.
|
||||||
pref("app.update.url.manual", "http://nightly.mozilla.org/");
|
pref("app.update.url.manual", "http://nightly.mozilla.org/");
|
||||||
|
Loading…
Reference in New Issue
Block a user