Mention the parallel copy in the release notes

This commit is contained in:
Théophane Hufschmitt 2022-06-08 15:25:52 +02:00
parent 480c2b6699
commit 34d90fbe22

View file

@ -2,3 +2,7 @@
* Nix can now be built with LTO by passing `--enable-lto` to `configure`.
LTO is currently only supported when building with GCC.
* `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.