diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-06-07 19:33:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-07 19:33:08 +0300 |
| commit | d6d9e9824c3284efb9fd9b166686dc0e84fe4451 (patch) | |
| tree | 46abfae3980275d54e3b5c63132fc69fbba416a4 /docs/rabbitmq.config.example | |
| parent | 915475013ecf5e3ed7f8ec53b77a75cb9b7514a1 (diff) | |
| parent | 7cd2ca4fcd72e472bf582b45aa9380795aa28d94 (diff) | |
| download | rabbitmq-server-git-d6d9e9824c3284efb9fd9b166686dc0e84fe4451.tar.gz | |
Merge pull request #1253 from FabianPonce/fix-gc-docs-stable
Improve documentation around new default for background garbage collection
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 3eee836572..7acd6a4d5f 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -325,7 +325,7 @@ %% Whether or not to enable background GC. %% - %% {background_gc_enabled, true}, + %% {background_gc_enabled, false}, %% %% Interval (in milliseconds) at which we run background GC. %% |
