We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0193919 commit 30f7ed0Copy full SHA for 30f7ed0
lib/paths/fetch.go
@@ -16,6 +16,7 @@ import (
16
17
func init() {
18
tarutil.CacheFileConstraints["batch.json"] = 10_000
19
+ tarutil.CacheFileConstraints["commit-phase1-output"] = 20_000_000
20
}
21
22
func fetch(ctx context.Context, url, outname string, header http.Header) (rerr error) {
0 commit comments