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
1 changed files with 2 additions and 2 deletions

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}].