mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
The fixes by cachedout which were backported into 2015_2 were missing a single parameter thus not setting up the TCP keepalive for the ZeroMQ Channel by default.
This commit is contained in:
parent
8de3c83956
commit
0b9fb6f9be
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class ZeroMQChannel(Channel):
|
|||
log.debug('Removed obsolete sreq-object from '
|
||||
'sreq_cache for master {0}'.format(check_key[0]))
|
||||
|
||||
ZeroMQChannel.sreq_cache[key] = salt.payload.SREQ(self.master_uri)
|
||||
ZeroMQChannel.sreq_cache[key] = salt.payload.SREQ(self.master_uri, opts=self.opts)
|
||||
|
||||
return ZeroMQChannel.sreq_cache[key]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue