Change default collect_statistics_interval to 30s

By default, the management plugin collects statistics every 5 seconds.
This modifies it to 30s in order to alleviate memory pressure. This
value is only considered when the management plugin is enabled.

Change-Id: I7dbbcfc1cbc0a17c6a3c421914883e52cf74afb5
Closes-Bug: 1656074
This commit is contained in:
Shane Peters 2017-02-08 14:40:41 -05:00
parent 82a92a6d5d
commit 4978fe304b
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[
{rabbit, [
{collect_statistics_interval, 30000},
{% if ssl_only %}
{tcp_listeners, []},
{% else %}