1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

relay: improve help on option relay.network.compression

This commit is contained in:
Sébastien Helleu
2021-12-25 10:44:00 +01:00
parent af067f18e2
commit c8a8680d60
22 changed files with 171 additions and 78 deletions
+5 -5
View File
@@ -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 (