diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-11-28 15:16:15 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2016-11-28 15:16:15 +0100 |
| commit | 0a6c74ba821ba932f16bfe3ee013c43d0fac6dca (patch) | |
| tree | b45543605e7420985a97f1398a2576b4d45664e6 /docs | |
| parent | 5f04225397fd7f752ab83f8dbf3c2a56ba7a455d (diff) | |
| download | rabbitmq-server-git-0a6c74ba821ba932f16bfe3ee013c43d0fac6dca.tar.gz | |
Add background GC settings in example config
Fixes #1026
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 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} ]}, |
