diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-11-29 10:25:32 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-11-29 10:25:32 +0100 |
| commit | 39df722a3e471be3d40dc24cb391317f16e9d4a0 (patch) | |
| tree | a3d485065f11406ccbf8abce8cb1a74a1d461166 /docs/rabbitmq.conf.example | |
| parent | b2141bde48add4f3281e5667c8d7835dbd62601a (diff) | |
| download | rabbitmq-server-git-39df722a3e471be3d40dc24cb391317f16e9d4a0.tar.gz | |
Add background GC settings to new config format
Fixes #1040
Diffstat (limited to 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 33685191a3..33b69265ef 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -380,6 +380,14 @@ ## # queue_index_embed_msgs_below = 4kb +## Whether or not to enable background GC. +## +# background_gc_enabled = true + +## Interval (in milliseconds) at which we run background GC. +## +# background_gc_target_interval = 60000 + ## ---------------------------------------------------------------------------- ## Advanced Erlang Networking/Clustering Options. ## |
