diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-08 21:14:48 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-08 21:14:48 +0100 |
commit | 45a1174000c23d0bfce5479835a831845ea951f3 (patch) | |
tree | d892b21359b6e4e5b88ecff36316b4eae7b6fef5 /doc/ja | |
parent | c9a8f23cc78546412bc645d68b344d867ee85bc6 (diff) | |
download | weechat-45a1174000c23d0bfce5479835a831845ea951f3.zip |
relay: fix the max number of clients connected on a port, allow value 0 for "no limit" (closes #669)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/relay_options.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/relay_options.asciidoc b/doc/ja/autogen/user/relay_options.asciidoc index 39ff692b7..7f6ca0f34 100644 --- a/doc/ja/autogen/user/relay_options.asciidoc +++ b/doc/ja/autogen/user/relay_options.asciidoc @@ -113,9 +113,9 @@ ** 値: on, off (デフォルト値: `on`) * [[option_relay.network.max_clients]] *relay.network.max_clients* -** 説明: `ポートに接続するクライアントの最大数` +** 説明: `maximum number of clients connecting to a port (0 = no limit)` ** タイプ: 整数 -** 値: 1 .. 1024 (デフォルト値: `5`) +** 値: 0 .. 2147483647 (デフォルト値: `5`) * [[option_relay.network.password]] *relay.network.password* ** 説明: `このリレーを利用するためにクライアントが必要なパスワード (空の場合パスワードなし) (注意: 値は評価されます、/help eval を参照してください)` |