mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
ejabberd_listener.erl: Increase default listen queue backlog value to 128, which
is the default value on both Linux and FreeBSD.
This commit is contained in:
parent
d95a1bac3e
commit
040c72f1c8
@ -708,6 +708,6 @@ listen_options() ->
|
|||||||
{ip, {0,0,0,0}},
|
{ip, {0,0,0,0}},
|
||||||
{accept_interval, 0},
|
{accept_interval, 0},
|
||||||
{send_timeout, 15000},
|
{send_timeout, 15000},
|
||||||
{backlog, 5},
|
{backlog, 128},
|
||||||
{use_proxy_protocol, false},
|
{use_proxy_protocol, false},
|
||||||
{supervisor, true}].
|
{supervisor, true}].
|
||||||
|
Loading…
Reference in New Issue
Block a user