diff options
Diffstat (limited to 'doc/manual/rl-next/nix-copy-is-fast.md')
-rw-r--r-- | doc/manual/rl-next/nix-copy-is-fast.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/manual/rl-next/nix-copy-is-fast.md b/doc/manual/rl-next/nix-copy-is-fast.md deleted file mode 100644 index bf26eb65f..000000000 --- a/doc/manual/rl-next/nix-copy-is-fast.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -synopsis: "`nix copy` is now several times faster at `querying info about /nix/store/...`" -cls: [1462] -issues: [fj#366] -credits: [jade] -category: Fixes ---- - -We fixed a locking bug that serialized `querying info about /nix/store/...` -onto just one thread such that it was eating `O(paths to copy * latency)` time -while setting up to copy paths to s3 and other stores. It is now `nproc` times -faster. |