Skip to content

Commit f728b08

Browse files
clarify on conf file on cluster members (#1156) (#1160)
1 parent c393a8c commit f728b08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ To avoid losing changes when restarting Neo4j, make sure you update xref:configu
1616
1717
In a clustered environment, `CALL dbms.setConfigValue` affects only the server it is run against, and it is not propagated to other members.
1818
If you want to change the configuration settings on all cluster members, you have to run the procedure against each of them and update their _neo4j.conf_ file.
19+
20+
Each member of the cluster has its own _neo4j.conf_ file.
21+
It is recommended that the settings for a database are the same across all members of the cluster.
1922
====
2023

2124
== Checkpoint settings
@@ -1602,7 +1605,7 @@ m|+++0.75+++
16021605
label:enterprise-edition[Enterprise Edition]
16031606
label:new[Introduced in 5.13]
16041607

1605-
.server.cypher.parallel.worker_limit
1608+
.server.cypher.parallel.worker_limit
16061609
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
16071610
|===
16081611
|Description

0 commit comments

Comments
 (0)