summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-25 10:44:00 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-25 10:44:00 +0100
commitc8a8680d607292d8640bab752002663e7660a849 (patch)
tree9ffd20e18f4036f3f3696b7568896bc1f7b0343c /src/plugins
parentaf067f18e2c3683ba6e7c0bbd2ddf605969181be (diff)
downloadweechat-c8a8680d607292d8640bab752002663e7660a849.zip
relay: improve help on option relay.network.compression
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/relay/relay-config.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c
index 3e85e182e..cf21a3341 100644
--- a/src/plugins/relay/relay-config.c
+++ b/src/plugins/relay/relay-config.c
@@ -1073,12 +1073,12 @@ relay_config_init ()
relay_config_network_compression = weechat_config_new_option (
relay_config_file, ptr_section,
"compression", "integer",
- N_("compression for packets sent to client with WeeChat "
- "protocol: 0 = disable compression, 1 = low compression, fast "
- "... 100 = best compression, slow; the value is a percentage "
+ N_("compression of messages sent to clients with \"weechat\" "
+ "protocol: 0 = disable compression, 1 = low compression / fast "
+ "... 100 = best compression / slow; the value is a percentage "
"converted to 1-9 for zlib and 1-19 for zstd; "
- "default value is 20 which is a sane default and offers good "
- "compression and speed"),
+ "the default value is recommended, it offers a good "
+ "compromise between compression and speed"),
NULL, 0, 100, "20", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
relay_config_network_ipv6 = weechat_config_new_option (