Merge pull request #3368 from cstyan/callum-3353
bump consul HTTP client timeout by 5s
This commit is contained in:
commit
d93273c4dc
|
@ -116,7 +116,7 @@ func NewDiscovery(conf *config.ConsulSDConfig, logger log.Logger) (*Discovery, e
|
||||||
}
|
}
|
||||||
wrapper := &http.Client{
|
wrapper := &http.Client{
|
||||||
Transport: transport,
|
Transport: transport,
|
||||||
Timeout: 30 * time.Second,
|
Timeout: 35 * time.Second,
|
||||||
}
|
}
|
||||||
|
|
||||||
clientConf := &consul.Config{
|
clientConf := &consul.Config{
|
||||||
|
|
Loading…
Reference in New Issue