Skip to content

Commit

Permalink
raco pkg: increase default cache size
Browse files Browse the repository at this point in the history
Make it large enough to hold the current "main-distribution" on Windows.
  • Loading branch information
mflatt committed Feb 13, 2023
1 parent 425630d commit b60104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket/collects/pkg/private/config.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
['download-cache-dir (build-path (find-system-path 'cache-dir)
"download-cache")]
['download-cache-max-files 1024]
['download-cache-max-bytes (* 128 1024 1024)]
['download-cache-max-bytes (* 256 1024 1024)]
['trash-max-packages 512]
['trash-max-seconds (* 60 60 24 2)] ; 2 days
['network-retries 5]
Expand Down

0 comments on commit b60104c

Please sign in to comment.