Unmark RabbitMQ heartbeat as experimental

Commit 287a4f56f4 marked RabbitMQ
heartbeat as experimental in 2015, due to issues with the underlying
amqp library. Later, commit 168f6cc2bb
enabled heartbeat by default, but the EXPERIMENTAL string was left.

Change-Id: I78838df2a0db9836f98d8f79624d688c3ed351ae
This commit is contained in:
Pierre Riteau 2019-03-26 10:50:33 +00:00
parent 51fa1b81e3
commit 44bd971bfb
1 changed files with 1 additions and 1 deletions

View File

@ -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 '