mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove final self.MINION_CONNECT_TIMEOUT ref
This commit is contained in:
parent
cf2e2daab9
commit
bbf7ce121b
1 changed files with 1 additions and 1 deletions
|
@ -768,7 +768,7 @@ class MultiMinion(MinionBase):
|
|||
while True:
|
||||
try:
|
||||
minion = Minion(opts,
|
||||
self.MINION_CONNECT_TIMEOUT,
|
||||
opts['auth_timeout'],
|
||||
False,
|
||||
io_loop=self.io_loop,
|
||||
loaded_base_name='salt.loader.{0}'.format(opts['master']),
|
||||
|
|
Loading…
Add table
Reference in a new issue