From a8fc41d8b342c40ede9bf8d2bfe1ce2da7984930 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 12:02:53 -0700 Subject: [PATCH] docs: default of allowRendererProcessReuse is true (#23912) Co-authored-by: Samuel Attard --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index 283988307b..b35c4c7259 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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 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