зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1727158 - Part 2: Bump processCount.webIsolated to 4 on desktop, r=annyG
Differential Revision: https://phabricator.services.mozilla.com/D125293
This commit is contained in:
Родитель
e1c01499b6
Коммит
b194c469ca
|
@ -2480,7 +2480,11 @@ pref("dom.ipc.processCount.privilegedabout", 1);
|
|||
pref("dom.ipc.processCount.privilegedmozilla", 1);
|
||||
|
||||
// Maximum number of isolated content processes per-origin.
|
||||
#ifdef ANDROID
|
||||
pref("dom.ipc.processCount.webIsolated", 1);
|
||||
#else
|
||||
pref("dom.ipc.processCount.webIsolated", 4);
|
||||
#endif
|
||||
|
||||
// Keep a single privileged about process alive for performance reasons.
|
||||
// e.g. we do not want to throw content processes out every time we navigate
|
||||
|
|
Загрузка…
Ссылка в новой задаче