mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Merge pull request #4025 from jpds/increase-default-backlog
ejabberd_listener.erl: Increase default listen queue backlog value
This commit is contained in:
commit
fafb48e88f
@ -708,6 +708,6 @@ listen_options() ->
|
||||
{ip, {0,0,0,0}},
|
||||
{accept_interval, 0},
|
||||
{send_timeout, 15000},
|
||||
{backlog, 5},
|
||||
{backlog, 128},
|
||||
{use_proxy_protocol, false},
|
||||
{supervisor, true}].
|
||||
|
Loading…
Reference in New Issue
Block a user