File: add_thread_pool_size-a54e6f27ab019f96.yaml

package info (click to toggle)
python-oslo.privsep 3.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 1,446; makefile: 28; sh: 12
file content (7 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
---
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.