mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Increase default max-connections
This commit is contained in:
parent
2260079c12
commit
054f8ebbfb
|
@ -85,7 +85,7 @@ func init() {
|
||||||
"Maximum duration before timing out read of the request, and closing idle connections.",
|
"Maximum duration before timing out read of the request, and closing idle connections.",
|
||||||
)
|
)
|
||||||
cfg.fs.IntVar(
|
cfg.fs.IntVar(
|
||||||
&cfg.web.MaxConnections, "web.max-connections", 100,
|
&cfg.web.MaxConnections, "web.max-connections", 512,
|
||||||
"Maximum number of simultaneous connections.",
|
"Maximum number of simultaneous connections.",
|
||||||
)
|
)
|
||||||
cfg.fs.StringVar(
|
cfg.fs.StringVar(
|
||||||
|
|
Loading…
Reference in a new issue