summaryrefslogtreecommitdiff
path: root/src/rabbit.app.src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-11-30 18:48:21 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-11-30 18:48:21 +0300
commit0a5d5689af7ca86f32477b87f7b01538c3d1a24d (patch)
tree7687add0c1fbc11c773f5bffe3a350f874db6eba /src/rabbit.app.src
parentc88243cf41a0aa4f23c642616eb5a342cebbf943 (diff)
parentc2160877085bf4755cac3a2338695597c136523f (diff)
downloadrabbitmq-server-git-0a5d5689af7ca86f32477b87f7b01538c3d1a24d.tar.gz
Merge branch 'stable'
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 dd38ad4072..9c30876c1d 100644
--- a/src/rabbit.app.src
+++ b/src/rabbit.app.src
@@ -107,5 +107,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}
]}]}.