diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-06-07 19:13:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-07 19:13:15 +0300 |
| commit | 2da358c3e662f002774a23a5feae400a0b60fe87 (patch) | |
| tree | 3ea9ae8ff82f06fed15c1b232a1a0f7c0e5d3bc5 /docs/rabbitmq.conf.example | |
| parent | 00b48b8b78c9bb596708a3cff080a9e3f3ad4132 (diff) | |
| parent | 8d52a09154fe4a63690eb022aa1a3ba79388f551 (diff) | |
| download | rabbitmq-server-git-2da358c3e662f002774a23a5feae400a0b60fe87.tar.gz | |
Merge pull request #1252 from FabianPonce/fix-gc-docs
Improve documentation around new default for background garbage collection
Diffstat (limited to 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 0e8d1e0596..e4c2fff92a 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -386,7 +386,7 @@ ## Disabling background GC may reduce latency for client operations, ## keeping it enabled may reduce median RAM usage. ## -# background_gc_enabled = true +# background_gc_enabled = false ## Target (desired) interval (in milliseconds) at which we run background GC. ## The actual interval will vary depending on how long it takes to execute |
