summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/rabbitmq.config.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 74911df9ae..221da01f30 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -304,10 +304,15 @@
%%
%% {hipe_compile, true},
- %% Timeout used when waiting for Mnesia tables in a cluster to
+ %% Number of times to retry while waiting for Mnesia tables in a cluster to
%% become available.
%%
- %% {mnesia_table_loading_timeout, 30000},
+ %% {mnesia_table_loading_retry_limit, 10},
+
+ %% Time to wait per retry for Mnesia tables in a cluster to become
+ %% available.
+ %%
+ %% {mnesia_table_loading_retry_timeout, 30000},
%% Size in bytes below which to embed messages in the queue index. See
%% http://www.rabbitmq.com/persistence-conf.html