Skip to content

Commit

Permalink
allow c1 out in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jul 6, 2024
1 parent 7163dbf commit a649566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/paths/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

func init() {
tarutil.CacheFileConstraints["batch.json"] = 10_000
tarutil.CacheFileConstraints["commit-phase1-output"] = 20_000_000
}

func fetch(ctx context.Context, url, outname string, header http.Header) (rerr error) {
Expand Down

0 comments on commit a649566

Please sign in to comment.