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 aa62424 commit 41ed486Copy full SHA for 41ed486
pkg/client.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
const (
25
- getContentRequestTimeout = 30 * time.Second
+ getContentRequestTimeout = 60 * time.Second
26
getContentStreamRequestTimeout = 600 * time.Second
27
storeContentRequestTimeout = 300 * time.Second
28
closestHostTimeout = 30 * time.Second
0 commit comments