Should be fj#foo for a lix issue. Change-Id: Iba04f70fd8258e5c54a2c5b92a41472f8fb68376
469 B
469 B
synopsis, issues, cls, category, credits
| synopsis | issues | cls | category | credits | |||
|---|---|---|---|---|---|---|---|
| Paralellise `nix store sign` using a thread pool |
|
|
Fixes |
|
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.