We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678cb2e commit abd59a2Copy full SHA for abd59a2
gateway/proxy.go
@@ -37,10 +37,10 @@ var defaultTimeoutValues map[string]Upstream = map[string]Upstream{
37
HTTPClientResponseHeaderTimeout: time.Second * 5,
38
},
39
RULER: {
40
- HTTPClientTimeout: time.Second * 10,
41
- HTTPClientDialerTimeout: time.Second * 3,
42
- HTTPClientTLSHandshakeTimeout: time.Second * 4,
43
- HTTPClientResponseHeaderTimeout: time.Second * 3,
+ HTTPClientTimeout: time.Second * 15,
+ HTTPClientDialerTimeout: time.Second * 5,
+ HTTPClientTLSHandshakeTimeout: time.Second * 5,
+ HTTPClientResponseHeaderTimeout: time.Second * 5,
44
45
}
46
0 commit comments