summaryrefslogtreecommitdiff
path: root/src/rabbit.app.src
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@rabbitmq.com>2016-11-30 17:37:05 +0000
committerGerhard Lazu <gerhard@rabbitmq.com>2016-11-30 17:39:42 +0000
commit3b7c05c8db27f19e993e5fc230954e3707af46bd (patch)
tree31e4242eb6be78cda0fb97c1ce34df8d3c28d981 /src/rabbit.app.src
parent4ca5396b5d77b39a6de518c7ae580d1591ae2b84 (diff)
parentc2160877085bf4755cac3a2338695597c136523f (diff)
downloadrabbitmq-server-git-3b7c05c8db27f19e993e5fc230954e3707af46bd.tar.gz
Merge branch 'stable' into rabbitmq-server-1033
Conflicts: rabbitmq-components.mk
Diffstat (limited to 'src/rabbit.app.src')
-rw-r--r--src/rabbit.app.src4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src
index ddb43b73cd..59c3d4a6b2 100644
--- a/src/rabbit.app.src
+++ b/src/rabbit.app.src
@@ -108,5 +108,7 @@
{passphrase, undefined}
]},
%% rabbitmq-server-973
- {lazy_queue_explicit_gc_run_operation_threshold, 250}
+ {lazy_queue_explicit_gc_run_operation_threshold, 250},
+ {background_gc_enabled, true},
+ {background_gc_target_interval, 60000}
]}]}.