]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
manager: improve handling of max-workers configuration
authorVasek Sraier <git@vakabus.cz>
Fri, 5 Aug 2022 13:43:38 +0000 (15:43 +0200)
committerVasek Sraier <git@vakabus.cz>
Fri, 5 Aug 2022 13:45:21 +0000 (15:45 +0200)
commit51ee4f7bea41e9895f4cf2b92d4f02453ee77f36
tree38fcede69cf2786ad296ba3489f840a2127eff42
parent794acf074bae8004b9bc5a519d173882632ae2cd
manager: improve handling of max-workers configuration

- changed default to 10*#cpus or 256 if not possible
- fixed bug that would prevent us from running the limiting number of workers

closes #753
manager/knot_resolver_manager/datamodel/config_schema.py
manager/knot_resolver_manager/kresd_controller/supervisord/config_file.py