Skip to content
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ m|+++32768+++
|===


[role=label--enterprise-edition]
[role=label--enterprise-edition label--changed-2025.01]
[[config_dbms.cluster.network.supported_compression_algos]]
=== `dbms.cluster.network.supported_compression_algos`

Expand All @@ -550,7 +550,7 @@ m|+++32768+++
a|Network compression algorithms that this instance will allow in negotiation as a comma-separated list. +
For incoming connections, the algorithms are listed in descending order of preference. 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]
Allowable values: [Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating]
|Valid values
a|A comma-separated list where each element is a string.
|Default value
Expand Down
Loading