We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd356f commit 3716feeCopy full SHA for 3716fee
go/runtime/bundle/discovery.go
@@ -28,7 +28,7 @@ const (
28
discoveryInterval = 15 * time.Minute
29
30
// requestTimeout is the time limit for http client requests.
31
- requestTimeout = 10 * time.Second
+ requestTimeout = time.Minute
32
33
// maxMetadataSizeBytes is the maximum allowed metadata size in bytes.
34
maxMetadataSizeBytes = 2 * 1024 // 2 KB
0 commit comments