Skip to content

Commit

Permalink
Set parallel-compression=true
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Nov 2, 2023
1 parent 6405293 commit c9ad65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ push_manifest() {
}

nix_copy_path_to_s3_cache() {
nix copy --no-recursive -v --to s3://nixed/cache "$@"
nix copy --no-recursive -v --to 's3://nixed/cache?parallel-compression=true' "$@"
}

nix_copy_to_s3_cache() {
Expand Down

0 comments on commit c9ad65b

Please sign in to comment.