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.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index fdb166ea70..7c185e5652 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -235,7 +235,12 @@
%% Timeout used when waiting for Mnesia tables in a cluster to
%% become available.
%%
- %% {mnesia_table_loading_timeout, 30000}
+ %% {mnesia_table_loading_timeout, 30000},
+
+ %% 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}
]},