Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
adjust the defaults to be more conservative
Browse files Browse the repository at this point in the history
Signed-off-by: Merlin Ran <[email protected]>
  • Loading branch information
merlinran committed Aug 13, 2021
1 parent 7a1d01b commit 2800f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func init() {
},
{
Name: "est-download-speed",
DefValue: "5MB",
DefValue: "1MB",
Description: `The estimated download speed per second, to govern the timeouts downloading CAR files.
Be conservative to leave enough room for network instability.`,
},
Expand Down
2 changes: 1 addition & 1 deletion service/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
DefaultDataURIFetchTimeout = time.Hour * 10

// MaxDataURIFetchConcurrency is the maximum number of data uri fetches that will be handled concurrently.
MaxDataURIFetchConcurrency = 10
MaxDataURIFetchConcurrency = 3

// ErrBidNotFound indicates the requested bid was not found.
ErrBidNotFound = errors.New("bid not found")
Expand Down

0 comments on commit 2800f0f

Please sign in to comment.