aboutsummaryrefslogtreecommitdiff
path: root/src/mod_proxy65_stream.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_proxy65_stream.erl')
-rw-r--r--src/mod_proxy65_stream.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_proxy65_stream.erl b/src/mod_proxy65_stream.erl
index df6bc4776..4ef6e41fd 100644
--- a/src/mod_proxy65_stream.erl
+++ b/src/mod_proxy65_stream.erl
@@ -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}].