Files
lix/doc/manual/rl-next/parallelise-signs.md
T
Jade Lovelace 392ba80bbd rl-next: fix mistake in issue number
Should be fj#foo for a lix issue.

Change-Id: Iba04f70fd8258e5c54a2c5b92a41472f8fb68376
2025-02-22 18:33:51 -08:00

469 B

synopsis, issues, cls, category, credits
synopsis issues cls category credits
Paralellise `nix store sign` using a thread pool
fj#399
2606
Fixes
Lunaphied

nix store sign with a large collection of provided paths (such as when using with --all) has historically signed these paths serially. Taking extreme amounts of time when preforming operations such as fixing binary caches. This has been changed. Now these signatures are performed using a thread pool like nix store copy-sigs.