summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2016-11-29 10:25:32 +0100
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2016-11-29 10:25:32 +0100
commit39df722a3e471be3d40dc24cb391317f16e9d4a0 (patch)
treea3d485065f11406ccbf8abce8cb1a74a1d461166 /docs/rabbitmq.conf.example
parentb2141bde48add4f3281e5667c8d7835dbd62601a (diff)
downloadrabbitmq-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.example8
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.
##