mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix config to reflect new default value
This commit is contained in:
parent
c7532506e3
commit
66222bcebc
1 changed files with 3 additions and 11 deletions
14
conf/minion
14
conf/minion
|
@ -69,17 +69,9 @@
|
|||
|
||||
###### Thread settings #####
|
||||
###########################################
|
||||
# Enable multiprocessing support, by default when a minion receives a
|
||||
# publication a new thread is spawned and the command is executed therein. This
|
||||
# is the optimal behavior for the use case where salt is used for data queries
|
||||
# and distributed system management, but not the optimal use case when salt is
|
||||
# used for distributed computation. Since python threads are bad at cpu bound
|
||||
# tasks salt allows for a multiprocessing process to be used for the execution
|
||||
# instead. This adds more initial overhead to publications, but cpu bound
|
||||
# executions will be faster. This feature requires python 2.6 or higher on the
|
||||
# minion, if set to True and python 2.6 or higher is not present then it will
|
||||
# fall back to python threads
|
||||
#multiprocessing: False
|
||||
# Disable multiprocessing support, by default when a minion receives a
|
||||
# publication a new process is spawned and the command is executed therein.
|
||||
#multiprocessing: True
|
||||
|
||||
###### Logging settings #####
|
||||
###########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue