Skip to content

Commit 7741fbc

Browse files
Frannie-LudmillaNataliaIvakina
andauthored
Remove GZip compression (#1990)
Gzip was removed from the list of supported compression algorithms. --------- Co-authored-by: NataliaIvakina <[email protected]>
1 parent 1f53071 commit 7741fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ m|+++32768+++
539539
|===
540540

541541

542-
[role=label--enterprise-edition]
542+
[role=label--enterprise-edition label--changed-2025.01]
543543
[[config_dbms.cluster.network.supported_compression_algos]]
544544
=== `dbms.cluster.network.supported_compression_algos`
545545

@@ -550,7 +550,7 @@ m|+++32768+++
550550
a|Network compression algorithms that this instance will allow in negotiation as a comma-separated list. +
551551
For incoming connections, the algorithms are listed in descending order of preference. An empty list implies no compression. +
552552
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. +
553-
Allowable values: [Gzip, Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating]
553+
Allowable values: [Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating]
554554
|Valid values
555555
a|A comma-separated list where each element is a string.
556556
|Default value

0 commit comments

Comments
 (0)