зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1703968: Part 1 - Set GeckoView's e10s web process count to 2 on Nightly; r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D111443
This commit is contained in:
Родитель
6de0e2cf1b
Коммит
276503f3cd
|
@ -527,9 +527,7 @@ public final class GeckoRuntimeSettings extends RuntimeSettings {
|
|||
/* package */ final Pref<Boolean> mHttpsOnlyPrivateMode = new Pref<Boolean>(
|
||||
"dom.security.https_only_mode_pbm", false);
|
||||
/* package */ final Pref<Integer> mProcessCount = new Pref<>(
|
||||
"dom.ipc.processCount", BuildConfig.RELEASE_OR_BETA
|
||||
? 1
|
||||
: BuildConfig.MOZ_ANDROID_CONTENT_SERVICE_COUNT);
|
||||
"dom.ipc.processCount", BuildConfig.RELEASE_OR_BETA ? 1 : 2);
|
||||
|
||||
/* package */ int mPreferredColorScheme = COLOR_SCHEME_SYSTEM;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче