From 7a8e8bb30ee2617dc4ff5a7a5d4ffba29768a1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:56:02 +0100 Subject: [PATCH 1/2] update show settings table --- modules/ROOT/pages/clauses/listing-settings.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/clauses/listing-settings.adoc b/modules/ROOT/pages/clauses/listing-settings.adoc index cee906299..ea87db05a 100644 --- a/modules/ROOT/pages/clauses/listing-settings.adoc +++ b/modules/ROOT/pages/clauses/listing-settings.adoc @@ -227,6 +227,10 @@ LIMIT 10 | "20s" | "Time out for protocol negotiation handshake." +| "dbms.cluster.network.connect_timeout" +| "30s" +| "The maximum amount of time we wait to establish a network connection." + | "dbms.cluster.network.max_chunk_size" | "32768" | "Maximum chunk size allowable across network by clustering machinery." @@ -235,10 +239,6 @@ LIMIT 10 | "" | "Network compression algorithms that this instance will allow in negotiation as a comma-separated list. Listed in descending order of preference for incoming connections. An empty list implies no compression. For outgoing connections this merely specifies the allowed set of algorithms and the preference of the remote peer will be used for making the decision. Allowable values: [Gzip, Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating]" -| "dbms.cluster.raft.binding_timeout" -| "1d" -| "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." - 3+d|Rows: 10 |=== From 18098ebb4f9ea7da272a2d42b40353405aab803d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:09:38 +0100 Subject: [PATCH 2/2] update description --- modules/ROOT/pages/clauses/listing-settings.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/clauses/listing-settings.adoc b/modules/ROOT/pages/clauses/listing-settings.adoc index ea87db05a..40b1ea5d0 100644 --- a/modules/ROOT/pages/clauses/listing-settings.adoc +++ b/modules/ROOT/pages/clauses/listing-settings.adoc @@ -229,7 +229,7 @@ LIMIT 10 | "dbms.cluster.network.connect_timeout" | "30s" -| "The maximum amount of time we wait to establish a network connection." +| "The maximum amount of time to wait for a network connection to be established." | "dbms.cluster.network.max_chunk_size" | "32768"