Skip to content

Commit

Permalink
Removing heartbeat parmameter, so that the default value 60 sec will …
Browse files Browse the repository at this point in the history
…be used.

If we need to override this value in rabbitmq.config, we also need to set
'rabbit_health_check_interval' in the contrail-api.conf to twice the value of
heartbeat set in rabbitmq.config.

Change-Id: I22fab8a3cc7a0b076ae3f642d16029ba5dab8e2f
Partial-Bug: 1639014
  • Loading branch information
cijohnson committed Dec 5, 2016
1 parent 66405a9 commit 0697528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fabfile/templates/rabbitmq_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{vm_memory_high_watermark, 0.4},
{disk_free_limit,50000000},
{log_levels,[{connection, info},{mirroring, info}]},
{heartbeat,10},
{delegate_count,20},
{channel_max,5000},
{tcp_listen_options,
Expand Down

0 comments on commit 0697528

Please sign in to comment.