summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@rabbitmq.com>2016-11-30 17:37:05 +0000
committerGerhard Lazu <gerhard@rabbitmq.com>2016-11-30 17:39:42 +0000
commit3b7c05c8db27f19e993e5fc230954e3707af46bd (patch)
tree31e4242eb6be78cda0fb97c1ce34df8d3c28d981 /docs
parent4ca5396b5d77b39a6de518c7ae580d1591ae2b84 (diff)
parentc2160877085bf4755cac3a2338695597c136523f (diff)
downloadrabbitmq-server-git-3b7c05c8db27f19e993e5fc230954e3707af46bd.tar.gz
Merge branch 'stable' into rabbitmq-server-1033
Conflicts: rabbitmq-components.mk
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index f425726721..74911df9ae 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -312,7 +312,15 @@
%% Size in bytes below which to embed messages in the queue index. See
%% http://www.rabbitmq.com/persistence-conf.html
%%
- %% {queue_index_embed_msgs_below, 4096}
+ %% {queue_index_embed_msgs_below, 4096},
+
+ %% 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}
]},