Skip to content

Commit 572e00b

Browse files
Change default for shutdown on panic setting
Also complete the change from 'DBMS panic' to 'server panic', which is a more accurate term.
1 parent 5a69402 commit 572e00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5080,11 +5080,11 @@ a|<<config_dbms.max_databases,`dbms.max_databases`>>
50805080
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
50815081
|===
50825082
|Description
5083-
a|If there is a Database Management System Panic (an irrecoverable error) should the neo4j process shut down or continue running. Following a DbMS panic it is likely that a significant amount of functionality will be lost. Recovering full functionality will require a Neo4j restart. Default is `false` except for Neo4j Enterprise Edition deployments running on Kubernetes where it is `true`.
5083+
a|If there is a server panic (an irrecoverable error) should the neo4j process shut down or continue running. Following a server panic it is likely that a significant amount of functionality will be lost. Recovering full functionality will require the Neo4j process to restart.
50845084
|Valid values
50855085
a|A boolean.
50865086
|Default value
5087-
m|false
5087+
m|true
50885088
|===
50895089

50905090

0 commit comments

Comments
 (0)