From 1c35c2e6b4bcdb9729d426d81936535751049cf2 Mon Sep 17 00:00:00 2001 From: Ragnar Wernersson Date: Fri, 19 Dec 2025 10:56:44 +0100 Subject: [PATCH] Deprecate lz4 from network compression --- modules/ROOT/pages/configuration/configuration-settings.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/configuration/configuration-settings.adoc b/modules/ROOT/pages/configuration/configuration-settings.adoc index 2674ab570..290d74abe 100644 --- a/modules/ROOT/pages/configuration/configuration-settings.adoc +++ b/modules/ROOT/pages/configuration/configuration-settings.adoc @@ -563,7 +563,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: [Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating] +Allowable values: [Snappy, Snappy_validating, LZ4(deprecated-2026.01), LZ4_high_compression(deprecated-2026.01), LZ_validating(deprecated-2026.01), LZ4_high_compression_validating(deprecated-2026.01)] |Valid values a|A comma-separated list where each element is a string. |Default value