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: I42acdca42f27fbbe9a52441f8cf7ea8261fd8d24
This commit is contained in:
parent
6a9a5fcb58
commit
06ff058ab9
@ -69,7 +69,7 @@ qpid_opts = [
|
||||
default=0,
|
||||
help='Equivalent to setting max and min to the same value'),
|
||||
cfg.IntOpt('qpid_heartbeat',
|
||||
default=5,
|
||||
default=60,
|
||||
help='Seconds between connection keepalive heartbeats'),
|
||||
cfg.StrOpt('qpid_protocol',
|
||||
default='tcp',
|
||||
|
Loading…
Reference in New Issue
Block a user