diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-11-30 18:48:21 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-11-30 18:48:21 +0300 |
| commit | 0a5d5689af7ca86f32477b87f7b01538c3d1a24d (patch) | |
| tree | 7687add0c1fbc11c773f5bffe3a350f874db6eba /src/rabbit.app.src | |
| parent | c88243cf41a0aa4f23c642616eb5a342cebbf943 (diff) | |
| parent | c2160877085bf4755cac3a2338695597c136523f (diff) | |
| download | rabbitmq-server-git-0a5d5689af7ca86f32477b87f7b01538c3d1a24d.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'src/rabbit.app.src')
| -rw-r--r-- | src/rabbit.app.src | 4 |
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} ]}]}. |
