Skip to content

Commit abd59a2

Browse files
committed
Update the default timeout values
Signed-off-by: Doğukan Teber <[email protected]>
1 parent 678cb2e commit abd59a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gateway/proxy.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ var defaultTimeoutValues map[string]Upstream = map[string]Upstream{
3737
HTTPClientResponseHeaderTimeout: time.Second * 5,
3838
},
3939
RULER: {
40-
HTTPClientTimeout: time.Second * 10,
41-
HTTPClientDialerTimeout: time.Second * 3,
42-
HTTPClientTLSHandshakeTimeout: time.Second * 4,
43-
HTTPClientResponseHeaderTimeout: time.Second * 3,
40+
HTTPClientTimeout: time.Second * 15,
41+
HTTPClientDialerTimeout: time.Second * 5,
42+
HTTPClientTLSHandshakeTimeout: time.Second * 5,
43+
HTTPClientResponseHeaderTimeout: time.Second * 5,
4444
},
4545
}
4646

0 commit comments

Comments
 (0)