oslo.privsep/releasenotes/notes/add_thread_pool_size-a54e6f...

8 lines
260 B
YAML

---
features:
- |
Privsep now uses multithreading to allow concurrency in executing
privileged commands. The number of concurrent threads defaults to the
available CPU cores, but can be adjusted by the new ``thread_pool_size``
config option.