diff --git a/modules/ROOT/pages/clauses/listing-settings.adoc b/modules/ROOT/pages/clauses/listing-settings.adoc index cee906299..40b1ea5d0 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 to wait for a network connection to be established." + | "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 |===