Skip to content

Commit 9466ce9

Browse files
committed
Revert "Increase HTTP client timeout for predictions"
This reverts commit 9f821e4.
1 parent a04e46f commit 9466ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/lib_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type cortexClient struct {
4848

4949
var httpClient = &cortexClient{
5050
Client: &http.Client{
51-
Timeout: time.Second * 300,
51+
Timeout: time.Second * 20,
5252
},
5353
}
5454

0 commit comments

Comments
 (0)