Merge pull request #43663 from moio/develop-multiprocessing-doc-fix

multiprocessing minion option: documentation fixes (develop)
This commit is contained in:
Nicole Thomas 2017-09-21 09:01:30 -04:00 committed by GitHub
commit 9eab1ea94c
2 changed files with 6 additions and 2 deletions

View File

@ -10795,6 +10795,7 @@ cmd_whitelist_glob:
.UNINDENT
.UNINDENT
.SS Thread Settings
.SS \fBmultiprocessing\fP
.sp
Default: \fBTrue\fP
.sp

View File

@ -2404,11 +2404,14 @@ Thread Settings
.. conf_minion:: multiprocessing
``multiprocessing``
-------
Default: ``True``
If `multiprocessing` is enabled when a minion receives a
If ``multiprocessing`` is enabled when a minion receives a
publication a new process is spawned and the command is executed therein.
Conversely, if `multiprocessing` is disabled the new publication will be run
Conversely, if ``multiprocessing`` is disabled the new publication will be run
executed in a thread.