mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add warning about using mixed transports
This commit is contained in:
parent
18e814a7bb
commit
f542bdf566
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ to ``tcp`` on each Salt minion and Salt master.
|
|||
|
||||
transport: tcp
|
||||
|
||||
.. warning::
|
||||
|
||||
We currently recommend that when using Syndics that all masters and minions
|
||||
use the same transport. We're investigating a report of an error when using
|
||||
mixed transport types at very heavy loads.
|
||||
|
||||
Wire Protocol
|
||||
=============
|
||||
This implementation over TCP focuses on flexibility over absolute efficiency.
|
||||
|
|
Loading…
Add table
Reference in a new issue