Browse Source

docs: default of allowRendererProcessReuse is true (#23913)

Co-authored-by: Samuel Attard <[email protected]>
trop[bot] 4 years ago
parent
commit
a57e7eb2e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/app.md

+ 1 - 1
docs/api/app.md

@@ -1354,7 +1354,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
 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
 some point in the future this property will be removed.  This property impacts