Merge "Set default heartbeat_rate to 3"

This commit is contained in:
Zuul 2023-10-11 13:29:33 +00:00 committed by Gerrit Code Review
commit 38c86a93ad
2 changed files with 6 additions and 1 deletions

View File

@ -211,7 +211,7 @@ rabbit_opts = [
"considered down if heartbeat's keep-alive fails "
"(0 disables heartbeat)."),
cfg.IntOpt('heartbeat_rate',
default=2,
default=3,
help='How often times during the heartbeat_timeout_threshold '
'we check the heartbeat.'),
cfg.BoolOpt('direct_mandatory_flag',

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Change heartbeat_rate default from 2 to 3 in order to send AMQP heartbeat
frames at correct interval