Skip to content

Commit 7a62446

Browse files
Fix SHOW SETTINGS result table with updated list of procedures (#497)
1 parent 6740b28 commit 7a62446

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/clauses/listing-settings.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,14 @@ LIMIT 10
208208
| +"WARN"+
209209
| +"The level of middleware logging"+
210210

211-
| +"dbms.cluster.discovery.type"+
211+
| +"dbms.cluster.discovery.resolver_type"+
212212
| +"LIST"+
213213
| +"Configure the discovery type used for cluster name resolution"+
214214

215+
| +"dbms.cluster.discovery.type"+
216+
| +"LIST"+
217+
| +"This setting has been moved to Cluster Address Settings"+
218+
215219
| +"dbms.cluster.minimum_initial_system_primaries_count"+
216220
| +"3"+
217221
| +"This setting has been moved to Cluster Base Settings"+
@@ -232,10 +236,6 @@ LIMIT 10
232236
| +"1d"+
233237
| +"The time allowed for a database on a Neo4j server to either join a cluster or form a new cluster with at least the quorum of the members available. The members are provided by `dbms.cluster.discovery.endpoints` for the system database and by the topology graph for user databases."+
234238

235-
| +"dbms.cluster.raft.client.max_channels"+
236-
| +"8"+
237-
| +"The maximum number of TCP channels between two nodes to operate the raft protocol. Each database gets allocated one channel, but a single channel can be used by more than one database."+
238-
239239
3+d|Rows: 10
240240
|===
241241

0 commit comments

Comments
 (0)