Skip to content

Commit

Permalink
Sync a change to rpc from openstack-common.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
russellb committed Sep 14, 2012
1 parent c1af117 commit 0c47b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/openstack/common/rpc/impl_qpid.py
Expand Up @@ -69,7 +69,7 @@
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',
Expand Down

0 comments on commit 0c47b74

Please sign in to comment.