Home Explore Blog Models CI



nix

1st chunk of `doc/manual/source/release-notes/rl-2.11.md`
487b8a2e0afd30db5fd680db53c88c2c179f185ca4ab389500000001000000e8
# Release 2.11 (2022-08-24)

* `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.

Title: Nix Release 2.11: Parallel `nix copy` for Store Paths
Summary
Nix Release 2.11 reintroduces parallel copying of store paths for `nix copy` functionality. This parallelization does not apply to `daemon` and `ssh-ng` stores, which continue to copy everything in a single batch to mitigate latency issues.