summaryrefslogtreecommitdiff
path: root/doc/it
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 /doc/it
parentaf067f18e2c3683ba6e7c0bbd2ddf605969181be (diff)
downloadweechat-c8a8680d607292d8640bab752002663e7660a849.zip
relay: improve help on option relay.network.compression
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/includes/autogen_user_options.it.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc
index 808dbc580..9c8a72c99 100644
--- a/doc/it/includes/autogen_user_options.it.adoc
+++ b/doc/it/includes/autogen_user_options.it.adoc
@@ -3065,7 +3065,7 @@
** valore predefinito: `+0+`
* [[option_relay.network.compression]] *relay.network.compression*
-** descrizione: pass:none[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 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]
+** descrizione: pass:none[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; the default value is recommended, it offers a good compromise between compression and speed]
** tipo: intero
** valori: 0 .. 100
** valore predefinito: `+20+`