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 a04e46f commit 9466ce9Copy full SHA for 9466ce9
cli/cmd/lib_client.go
@@ -48,7 +48,7 @@ type cortexClient struct {
48
49
var httpClient = &cortexClient{
50
Client: &http.Client{
51
- Timeout: time.Second * 300,
+ Timeout: time.Second * 20,
52
},
53
}
54
0 commit comments