summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-11-30 18:48:21 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-11-30 18:48:21 +0300
commit0a5d5689af7ca86f32477b87f7b01538c3d1a24d (patch)
tree7687add0c1fbc11c773f5bffe3a350f874db6eba /docs
parentc88243cf41a0aa4f23c642616eb5a342cebbf943 (diff)
parentc2160877085bf4755cac3a2338695597c136523f (diff)
downloadrabbitmq-server-git-0a5d5689af7ca86f32477b87f7b01538c3d1a24d.tar.gz
Merge branch 'stable'
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}
]},