We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40e1ffd + 859f4c5 commit 8fac857Copy full SHA for 8fac857
command/agent/agent.go
@@ -24,7 +24,7 @@ const (
24
clientHttpCheckInterval = 10 * time.Second
25
clientHttpCheckTimeout = 3 * time.Second
26
serverHttpCheckInterval = 10 * time.Second
27
- serverHttpCheckTimeout = 3 * time.Second
+ serverHttpCheckTimeout = 6 * time.Second
28
serverRpcCheckInterval = 10 * time.Second
29
serverRpcCheckTimeout = 3 * time.Second
30
serverSerfCheckInterval = 10 * time.Second
0 commit comments