We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553cc46 commit 12ef011Copy full SHA for 12ef011
deps/rabbitmq_management/test/clustering_SUITE.erl
@@ -68,7 +68,8 @@ merge_app_env(Config) ->
68
Config1 = rabbit_ct_helpers:merge_app_env(
69
Config, {rabbit, [
70
{collect_statistics, fine},
71
- {collect_statistics_interval, ?STATS_INTERVAL}
+ {collect_statistics_interval, ?STATS_INTERVAL},
72
+ {core_metrics_gc_interval, 500}
73
]}),
74
rabbit_ct_helpers:merge_app_env(Config1,
75
{rabbitmq_management_agent, [
0 commit comments