Merge "Set default heartbeat_rate to 3"
This commit is contained in:
commit
38c86a93ad
@ -211,7 +211,7 @@ rabbit_opts = [
|
|||||||
"considered down if heartbeat's keep-alive fails "
|
"considered down if heartbeat's keep-alive fails "
|
||||||
"(0 disables heartbeat)."),
|
"(0 disables heartbeat)."),
|
||||||
cfg.IntOpt('heartbeat_rate',
|
cfg.IntOpt('heartbeat_rate',
|
||||||
default=2,
|
default=3,
|
||||||
help='How often times during the heartbeat_timeout_threshold '
|
help='How often times during the heartbeat_timeout_threshold '
|
||||||
'we check the heartbeat.'),
|
'we check the heartbeat.'),
|
||||||
cfg.BoolOpt('direct_mandatory_flag',
|
cfg.BoolOpt('direct_mandatory_flag',
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Change heartbeat_rate default from 2 to 3 in order to send AMQP heartbeat
|
||||||
|
frames at correct interval
|
Loading…
x
Reference in New Issue
Block a user