25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Increase default buffer size for mod_proxy65

This commit is contained in:
Evgeniy Khramtsov 2018-07-03 13:38:49 +03:00
parent fface33d54
commit b341a3cef3

View File

@ -299,7 +299,7 @@ listen_opt_type(accept_interval) ->
listen_options() ->
[{auth_type, anonymous},
{recbuf, 8192},
{sndbuf, 8192},
{recbuf, 65536},
{sndbuf, 65536},
{accept_interval, 0},
{shaper, none}].