Sync a change to rpc from openstack-common.
This commit pulls in the following change from openstack-common: ee44222 Change the qpid_heartbeat default to 60 seconds. Fix bug 1050661. Change-Id: I2cb63d091f3d8a9a35d0e35ef18b70409c1f09ae
This commit is contained in:
parent
59fe9efa6c
commit
95894f2076
@ -115,7 +115,7 @@ control_exchange = quantum
|
|||||||
# Equivalent to setting max and min to the same value
|
# Equivalent to setting max and min to the same value
|
||||||
# qpid_reconnect_interval = 0
|
# qpid_reconnect_interval = 0
|
||||||
# Seconds between connection keepalive heartbeats
|
# Seconds between connection keepalive heartbeats
|
||||||
# qpid_heartbeat = 5
|
# qpid_heartbeat = 60
|
||||||
# Transport to use, either 'tcp' or 'ssl'
|
# Transport to use, either 'tcp' or 'ssl'
|
||||||
# qpid_protocol = tcp
|
# qpid_protocol = tcp
|
||||||
# Disable Nagle algorithm
|
# Disable Nagle algorithm
|
||||||
|
@ -69,7 +69,7 @@ qpid_opts = [
|
|||||||
default=0,
|
default=0,
|
||||||
help='Equivalent to setting max and min to the same value'),
|
help='Equivalent to setting max and min to the same value'),
|
||||||
cfg.IntOpt('qpid_heartbeat',
|
cfg.IntOpt('qpid_heartbeat',
|
||||||
default=5,
|
default=60,
|
||||||
help='Seconds between connection keepalive heartbeats'),
|
help='Seconds between connection keepalive heartbeats'),
|
||||||
cfg.StrOpt('qpid_protocol',
|
cfg.StrOpt('qpid_protocol',
|
||||||
default='tcp',
|
default='tcp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user