mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix doc of outgoing_s2s_families default value, it changed in 25ddd7b
This commit is contained in:
parent
26a7107cd5
commit
0255562d93
@ -966,11 +966,11 @@ doc() ->
|
|||||||
"memory drops below this 'Percent', OOM killer is deactivated. "
|
"memory drops below this 'Percent', OOM killer is deactivated. "
|
||||||
"The default value is '80' percents.")}},
|
"The default value is '80' percents.")}},
|
||||||
{outgoing_s2s_families,
|
{outgoing_s2s_families,
|
||||||
#{value => "[ipv4 | ipv6, ...]",
|
#{value => "[ipv6 | ipv4, ...]",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Specify which address families to try, in what order. "
|
?T("Specify which address families to try, in what order. "
|
||||||
"The default is '[ipv4, ipv6]' which means it first tries "
|
"The default is '[ipv6, ipv4]' which means it first tries "
|
||||||
"connecting with IPv4, if that fails it tries using IPv6."
|
"connecting with IPv6, if that fails it tries using IPv4."
|
||||||
"This option is obsolete and irrelevant when using ejabberd 23.xx "
|
"This option is obsolete and irrelevant when using ejabberd 23.xx "
|
||||||
"and Erlang/OTP 22, or newer versions of them.")}},
|
"and Erlang/OTP 22, or newer versions of them.")}},
|
||||||
{outgoing_s2s_ipv4_address,
|
{outgoing_s2s_ipv4_address,
|
||||||
|
Loading…
Reference in New Issue
Block a user