mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
Merge pull request #6612 from NixOS/parallel-nix-copy
Make nix copy parallel again
This commit is contained in:
commit
04e74f7c8b
5 changed files with 156 additions and 93 deletions
|
@ -1,2 +1,5 @@
|
|||
# Release X.Y (202?-??-??)
|
||||
|
||||
* `nix copy` now copies the store paths in parallel as much as possible (again).
|
||||
This doesn't apply for the `daemon` and `ssh-ng` stores which copy everything
|
||||
in one batch to avoid latencies issues.
|
Loading…
Add table
Add a link
Reference in a new issue