diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-01-12 13:09:10 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-01-12 13:09:10 +0300 |
| commit | 155da39ad31ad788b6ccedc0bbd3a9da66338ae5 (patch) | |
| tree | 11407096d4b451dd0a23ab3847e263782c847bb5 /Makefile | |
| parent | eeaafa91e6299a41faf6c7972f6418e518b245d2 (diff) | |
| parent | becd93d971cb3a0de439920443077ef1fbb9f2a5 (diff) | |
| download | rabbitmq-server-git-155da39ad31ad788b6ccedc0bbd3a9da66338ae5.tar.gz | |
Merge branch 'master' into rabbitmq-server-505
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -110,7 +110,8 @@ define PROJECT_ENV ]}, %% rabbitmq-server-973 - {lazy_queue_explicit_gc_run_operation_threshold, 250}, + {queue_explicit_gc_run_operation_threshold, 1000}, + {lazy_queue_explicit_gc_run_operation_threshold, 1000}, {background_gc_enabled, true}, {background_gc_target_interval, 60000} ] |
