Skip to content

Commit 30f7ed0

Browse files
committed
allow c1 out in cache
1 parent 0193919 commit 30f7ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/paths/fetch.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616

1717
func init() {
1818
tarutil.CacheFileConstraints["batch.json"] = 10_000
19+
tarutil.CacheFileConstraints["commit-phase1-output"] = 20_000_000
1920
}
2021

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

0 commit comments

Comments
 (0)