Skip to content
Snippets Groups Projects
Commit 7e63db25 authored by Loïc Correnson's avatar Loïc Correnson Committed by David Bühler
Browse files

[server] larger default socket max size

parent 12f02be6
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ module SocketSize = Senv.Int
(struct
let option_name = "-server-socket-size"
let arg_name = "n"
let default = 8192
let help = "Set the maximal size of socket buffers (default: 8192)"
let default = 65536
let help = "Set the maximal size of socket buffers (default: 65536)"
end)
let _ = Server_doc.protocole
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment