summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.
##