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:
parent
fface33d54
commit
b341a3cef3
@ -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}].
|
||||
|
Loading…
Reference in New Issue
Block a user