mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
parent
088d73dfe7
commit
833950fb1e
@ -484,7 +484,7 @@ class MultiMinion(MinionBase):
|
||||
def __init__(self, opts):
|
||||
super(MultiMinion, self).__init__(opts)
|
||||
self.auth_wait = self.opts['acceptance_wait_time']
|
||||
self.max_wait = self.opts['acceptance_wait_time_max']
|
||||
self.max_auth_wait = self.opts['acceptance_wait_time_max']
|
||||
|
||||
self.io_loop = zmq.eventloop.ioloop.ZMQIOLoop()
|
||||
|
||||
@ -1978,6 +1978,9 @@ class MultiSyndic(MinionBase):
|
||||
# sync (old behavior), cluster (only returns and publishes)
|
||||
self.syndic_mode = self.opts.get('syndic_mode', 'sync')
|
||||
|
||||
self.auth_wait = self.opts['acceptance_wait_time']
|
||||
self.max_auth_wait = self.opts['acceptance_wait_time_max']
|
||||
|
||||
self._has_master = threading.Event()
|
||||
self.jid_forward_cache = set()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user