Skip to content

Commit

Permalink
go/runtime/bundle/discovery: Increase request timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
peternose committed Dec 16, 2024
1 parent 3bd356f commit 3716fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/runtime/bundle/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
discoveryInterval = 15 * time.Minute

// requestTimeout is the time limit for http client requests.
requestTimeout = 10 * time.Second
requestTimeout = time.Minute

// maxMetadataSizeBytes is the maximum allowed metadata size in bytes.
maxMetadataSizeBytes = 2 * 1024 // 2 KB
Expand Down

0 comments on commit 3716fee

Please sign in to comment.