diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-25 10:31:44 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-25 10:31:44 +0100 |
commit | af067f18e2c3683ba6e7c0bbd2ddf605969181be (patch) | |
tree | c34a27f80a39ac1c56f3c79e7aea0bab93cb276f /doc/ja | |
parent | 454c0acbcff81c7eb0a68c3b931b2effbbcc7cc3 (diff) | |
download | weechat-af067f18e2c3683ba6e7c0bbd2ddf605969181be.zip |
doc: update auto-generated files with options
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/includes/autogen_user_options.ja.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index 3ed975138..b14d8d25d 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -3064,11 +3064,11 @@ ** 値: -1 .. 43200 ** デフォルト値: `+0+` -* [[option_relay.network.compression_level]] *relay.network.compression_level* -** 説明: pass:none[WeeChat プロトコルでクライアントに送信するパケットの圧縮レベル (0 = 圧縮しない、1 = 低圧縮 ... 9 = 高圧縮)] +* [[option_relay.network.compression]] *relay.network.compression* +** 説明: 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] ** タイプ: 整数 -** 値: 0 .. 9 -** デフォルト値: `+6+` +** 値: 0 .. 100 +** デフォルト値: `+20+` * [[option_relay.network.ipv6]] *relay.network.ipv6* ** 説明: pass:none[デフォルトで IPv6 ソケットをリッスン (デフォルトの IPv4 に加えて); 特定のプロトコルでプロトコルに IPv4 と IPv6 (個別または両方) を強制 (/help relay を参照してください)] |