diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-11-29 15:12:28 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-11-29 15:12:28 +0300 |
| commit | cdbd5605c4a999d04010d94c58e6c8b321f54d03 (patch) | |
| tree | d288f5e66cf30d7c2c1d3dccd939b66589efdb79 /docs | |
| parent | 39df722a3e471be3d40dc24cb391317f16e9d4a0 (diff) | |
| parent | ee793bd498ff8e7ea29a94725dba5b808c01995f (diff) | |
| download | rabbitmq-server-git-cdbd5605c4a999d04010d94c58e6c8b321f54d03.tar.gz | |
Merge branch 'stable' into rabbitmq-server-1040
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 10 |
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} ]}, |
