25bff579ea
* Initial worker pool * Run postUnsealFuncs in parallel * Use the old logic for P=1 * changelog * Use a CPU count relative worker pool * Update vault/core.go Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> * Done must be called once per postUnsealFunc * Defer is overkill Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
3 lines
125 B
Plaintext
3 lines
125 B
Plaintext
```release-note:improvement
|
|
core: parallelize backend initialization to improve startup time for large numbers of mounts.
|
|
``` |