зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1015619 - Reduce browser.slowStartup.timeThreshold from 45 to 40 seconds. r=dolske
This commit is contained in:
Родитель
49b86ee392
Коммит
64bb5d0a6a
|
@ -278,7 +278,7 @@ pref("browser.startup.page", 1);
|
|||
pref("browser.startup.homepage", "chrome://branding/locale/browserconfig.properties");
|
||||
|
||||
pref("browser.slowStartup.notificationDisabled", false);
|
||||
pref("browser.slowStartup.timeThreshold", 45000);
|
||||
pref("browser.slowStartup.timeThreshold", 40000);
|
||||
pref("browser.slowStartup.maxSamples", 5);
|
||||
|
||||
// This url, if changed, MUST continue to point to an https url. Pulling arbitrary content to inject into
|
||||
|
|
Загрузка…
Ссылка в новой задаче