diff --git a/config/config.json b/config/config.json index b1831a6..dc3d19d 100644 --- a/config/config.json +++ b/config/config.json @@ -1,8 +1,8 @@ { "listen": ":36712", - "stream_buffer": 33554432, - "receive_buffer": 83886080, + "stream_buffer": 4194304, + "receive_buffer": 8388608, "auth": { "mode": "passwords" } -} \ No newline at end of file +}