Unmark RabbitMQ heartbeat as experimental
Commit287a4f56f4
marked RabbitMQ heartbeat as experimental in 2015, due to issues with the underlying amqp library. Later, commit168f6cc2bb
enabled heartbeat by default, but the EXPERIMENTAL string was left. Change-Id: I78838df2a0db9836f98d8f79624d688c3ed351ae
This commit is contained in:
parent
51fa1b81e3
commit
44bd971bfb
@ -146,7 +146,7 @@ rabbit_opts = [
|
||||
default=60,
|
||||
help="Number of seconds after which the Rabbit broker is "
|
||||
"considered down if heartbeat's keep-alive fails "
|
||||
"(0 disable the heartbeat). EXPERIMENTAL"),
|
||||
"(0 disables heartbeat)."),
|
||||
cfg.IntOpt('heartbeat_rate',
|
||||
default=2,
|
||||
help='How often times during the heartbeat_timeout_threshold '
|
||||
|
Loading…
Reference in New Issue
Block a user