docs: default of allowRendererProcessReuse is true (#23888)

This commit is contained in:
Samuel Attard 2020-06-02 11:09:20 -07:00 committed by GitHub
parent d3fa5ed1e8
commit c36981da8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1403,7 +1403,7 @@ in your app's initialization to ensure that your overridden value is used.
A `Boolean` which when `true` disables the overrides that Electron has in place A `Boolean` which when `true` disables the overrides that Electron has in place
to ensure renderer processes are restarted on every navigation. The current to ensure renderer processes are restarted on every navigation. The current
default value for this property is `false`. default value for this property is `true`.
The intention is for these overrides to become disabled by default and then at The intention is for these overrides to become disabled by default and then at
some point in the future this property will be removed. This property impacts some point in the future this property will be removed. This property impacts