doc_ipc_mode_Windows_against_master

This commit is contained in:
markuskramerIgitt 2019-10-17 16:07:45 +02:00
parent 5850ac227e
commit 7db6705cca
No known key found for this signature in database
GPG Key ID: 5BF742101C7577B4
2 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@
#mine_interval: 60 #mine_interval: 60
# Windows platforms lack posix IPC and must rely on slower TCP based inter- # Windows platforms lack posix IPC and must rely on slower TCP based inter-
# process communications. Set ipc_mode to 'tcp' on such systems # process communications. ipc_mode is set to 'tcp' on such systems.
#ipc_mode: ipc #ipc_mode: ipc
# Overwrite the default tcp ports used by the minion when ipc_mode is set to 'tcp' # Overwrite the default tcp ports used by the minion when ipc_mode is set to 'tcp'

View File

@ -1326,7 +1326,7 @@ creates a new connection for every return to the master.
Default: ``ipc`` Default: ``ipc``
Windows platforms lack POSIX IPC and must rely on slower TCP based inter- Windows platforms lack POSIX IPC and must rely on slower TCP based inter-
process communications. Set ipc_mode to ``tcp`` on such systems. process communications. ``ipc_mode`` is set to ``tcp`` on such systems.
.. code-block:: yaml .. code-block:: yaml