Skip to content

Commit 8fac857

Browse files
authored
Merge pull request #1656 from hashicorp/b-fix-http-timeout
Fix http timeout for Consul check for servers
2 parents 40e1ffd + 859f4c5 commit 8fac857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/agent/agent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
clientHttpCheckInterval = 10 * time.Second
2525
clientHttpCheckTimeout = 3 * time.Second
2626
serverHttpCheckInterval = 10 * time.Second
27-
serverHttpCheckTimeout = 3 * time.Second
27+
serverHttpCheckTimeout = 6 * time.Second
2828
serverRpcCheckInterval = 10 * time.Second
2929
serverRpcCheckTimeout = 3 * time.Second
3030
serverSerfCheckInterval = 10 * time.Second

0 commit comments

Comments
 (0)