mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1874689 - Enable forkserver by default in Nightly. r=jld
Differential Revision: https://phabricator.services.mozilla.com/D198533
This commit is contained in:
parent
87c4dca929
commit
cd34881837
@ -296,7 +296,7 @@ Fork Server
|
||||
-----------
|
||||
|
||||
:platform: Linux only
|
||||
:pref: ``dom.ipc.forkserver.enable`` (disabled by default)
|
||||
:pref: ``dom.ipc.forkserver.enable`` (enabled by default in Nightly)
|
||||
:primary protocol: *none*
|
||||
:sandboxed?: no (processes forked by the fork server are sandboxed)
|
||||
|
||||
|
@ -2862,7 +2862,7 @@
|
||||
#ifdef MOZ_ENABLE_FORKSERVER
|
||||
- name: dom.ipc.forkserver.enable
|
||||
type: bool
|
||||
value: false
|
||||
value: @IS_NIGHTLY_BUILD@
|
||||
mirror: once
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user