Merge pull request #1656 from hashicorp/b-fix-http-timeout

Fix http timeout for Consul check for servers
This commit is contained in:
Alex Dadgar
2016-08-26 11:28:56 -07:00
committed by GitHub

View File

@@ -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