Skip to content

Commit

Permalink
Increase default max-connections
Browse files Browse the repository at this point in the history
  • Loading branch information
agaoglu committed Dec 6, 2016
1 parent 2260079 commit 054f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/prometheus/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 054f8eb

Please sign in to comment.