Change qpid_heartbeat default.

The default value of qpid_heartbeat of 5 seconds is unnecessarily
aggressive.  Change it to 60 seconds to reduce the possibility of
getting disconnected from qpidd under normal circumstances.

Fix bug 1050661.

Change-Id: I9525e74f96314c2c9183d6b10cf503936c81f589
This commit is contained in:
Russell Bryant 2012-09-14 15:08:11 -04:00
parent 173d821463
commit 185b84ed99

View File

@ -62,7 +62,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',