Skip to content

Commit

Permalink
Merge pull request #4025 from jpds/increase-default-backlog
Browse files Browse the repository at this point in the history
ejabberd_listener.erl: Increase default listen queue backlog value
  • Loading branch information
prefiks authored Jul 11, 2023
2 parents 6272c0e + 040c72f commit fafb48e
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 fafb48e

Please sign in to comment.