зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331083 - Enable the Large-Allocation header by default, r=smaug
MozReview-Commit-ID: DwPyo9kcUnE
This commit is contained in:
Родитель
5e6c2376df
Коммит
307c2a9820
|
@ -2905,6 +2905,9 @@ pref("svg.disabled", false);
|
|||
// Override default dom.ipc.processCount for some remote content process types.
|
||||
pref("dom.ipc.processCount.webLargeAllocation", 2);
|
||||
|
||||
// Enable the Large-Allocation header
|
||||
pref("dom.largeAllocationHeader.enabled", true);
|
||||
|
||||
// Pref to control whether we use separate content processes for top-level load
|
||||
// of file:// URIs.
|
||||
#if defined(NIGHTLY_BUILD)
|
||||
|
|
Загрузка…
Ссылка в новой задаче