fix the qpid_heartbeat option so that it's effective
The 'hearbeat' typo caused this setting to be ineffective. Present Since: essex-1-861-gbe96c43 Fixes bug: 1030430 Change-Id: Ibb9d7484b9d11a6904cc9e2a8dde6d9164ee05b1
This commit is contained in:
@@ -317,7 +317,7 @@ class Connection(object):
|
|||||||
FLAGS.qpid_reconnect_interval_min)
|
FLAGS.qpid_reconnect_interval_min)
|
||||||
if FLAGS.qpid_reconnect_interval:
|
if FLAGS.qpid_reconnect_interval:
|
||||||
self.connection.reconnect_interval = FLAGS.qpid_reconnect_interval
|
self.connection.reconnect_interval = FLAGS.qpid_reconnect_interval
|
||||||
self.connection.hearbeat = FLAGS.qpid_heartbeat
|
self.connection.heartbeat = FLAGS.qpid_heartbeat
|
||||||
self.connection.protocol = FLAGS.qpid_protocol
|
self.connection.protocol = FLAGS.qpid_protocol
|
||||||
self.connection.tcp_nodelay = FLAGS.qpid_tcp_nodelay
|
self.connection.tcp_nodelay = FLAGS.qpid_tcp_nodelay
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user