Skip to content

Commit

Permalink
ejabberd_listener.erl: Increase default listen queue backlog value to…
Browse files Browse the repository at this point in the history
… 128, which

is the default value on both Linux and FreeBSD.
  • Loading branch information
jpds committed Apr 25, 2023
1 parent d95a1ba commit 040c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_listener.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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}].

0 comments on commit 040c72f

Please sign in to comment.