feat: Set the number of worker threads to start

This commit is contained in:
Carlos Álvaro
2022-01-01 14:32:13 +01:00
parent dfeea999ac
commit c2fb76fc53
6 changed files with 44 additions and 29 deletions

View File

@@ -269,7 +269,8 @@ function configure_salt_master()
SALT_CACHE_DIR \
SALT_CONFS_DIR \
SALT_KEYS_DIR \
SALT_REACTOR_WORKER_THREADS
SALT_REACTOR_WORKER_THREADS \
SALT_WORKER_THREADS
# Update keys configuration
update_template "${SALT_ROOT_DIR}/master" \