Skip to content

Commit

Permalink
Merge pull request #1656 from hashicorp/b-fix-http-timeout
Browse files Browse the repository at this point in the history
Fix http timeout for Consul check for servers
  • Loading branch information
dadgar committed Aug 26, 2016
2 parents 40e1ffd + 859f4c5 commit 8fac857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
clientHttpCheckInterval = 10 * time.Second
clientHttpCheckTimeout = 3 * time.Second
serverHttpCheckInterval = 10 * time.Second
serverHttpCheckTimeout = 3 * time.Second
serverHttpCheckTimeout = 6 * time.Second
serverRpcCheckInterval = 10 * time.Second
serverRpcCheckTimeout = 3 * time.Second
serverSerfCheckInterval = 10 * time.Second
Expand Down

0 comments on commit 8fac857

Please sign in to comment.