Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SHOW SETTINGS table to include dbms.cluster.network.connect_timeout #862

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/ROOT/pages/clauses/listing-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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
|===

Expand Down
Loading