Increase default max-connections

pull/2240/head
Erdem Agaoglu 2016-12-06 17:45:19 +03:00
parent 2260079c12
commit 054f8ebbfb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func init() {
"Maximum duration before timing out read of the request, and closing idle connections.",
)
cfg.fs.IntVar(
&cfg.web.MaxConnections, "web.max-connections", 100,
&cfg.web.MaxConnections, "web.max-connections", 512,
"Maximum number of simultaneous connections.",
)
cfg.fs.StringVar(