summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rabbitmq.config.example')
-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 3e1137aa8b..5feb2430e9 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -331,7 +331,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}
]},