summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rabbitmq.conf.example')
-rw-r--r--docs/rabbitmq.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 9de81548b6..4aead110f0 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -359,7 +359,12 @@
## Timeout used when waiting for Mnesia tables in a cluster to
## become available.
##
-# mnesia_table_loading_timeout = 30000
+# mnesia_table_loading_retry_timeout = 30000
+
+## Retries when waiting for Mnesia tables in the cluster startup. Note that
+## this setting is not applied to Mnesia upgrades or node deletions.
+##
+# mnesia_table_loading_retry_limit = 10
## Size in bytes below which to embed messages in the queue index. See
## http://www.rabbitmq.com/persistence-conf.html