rabbitmq, decrease timeout verbosity in config
This commit is contained in:
parent
c02828322c
commit
e8e5e5b818
|
@ -155,17 +155,12 @@ var sampleConfig = `
|
||||||
|
|
||||||
## Optional request timeouts
|
## Optional request timeouts
|
||||||
##
|
##
|
||||||
## ResponseHeaderTimeout, if non-zero, specifies the amount of
|
## ResponseHeaderTimeout, if non-zero, specifies the amount of time to wait
|
||||||
## time to wait for a server's response headers after fully
|
## for a server's response headers after fully writing the request.
|
||||||
## writing the request (including its body, if any). This
|
|
||||||
## time does not include the time to read the response body.
|
|
||||||
## See http.Transport.ResponseHeaderTimeout
|
|
||||||
# header_timeout = "3s"
|
# header_timeout = "3s"
|
||||||
##
|
##
|
||||||
## Timeout specifies a time limit for requests made by this
|
## client_timeout specifies a time limit for requests made by this client.
|
||||||
## Client. The timeout includes connection time, any
|
## Includes connection time, any redirects, and reading the response body.
|
||||||
## redirects, and reading the response body.
|
|
||||||
## See http.Client.Timeout
|
|
||||||
# client_timeout = "4s"
|
# client_timeout = "4s"
|
||||||
|
|
||||||
## A list of nodes to pull metrics about. If not specified, metrics for
|
## A list of nodes to pull metrics about. If not specified, metrics for
|
||||||
|
|
Loading…
Reference in New Issue