summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorDiana Corbacho <diana@rabbitmq.com>2016-11-04 15:05:51 +0000
committerDiana Corbacho <diana@rabbitmq.com>2016-11-07 11:32:18 +0000
commita5f4572243f2667c22385dd8f4eb32f94a9e2452 (patch)
treef4185bcc4f375f652e47f7de445eda4fd7ab6818 /docs/rabbitmq.conf.example
parentc30a4d92e5007ebc857cc1dade66c8c4d3284d1a (diff)
downloadrabbitmq-server-git-a5f4572243f2667c22385dd8f4eb32f94a9e2452.tar.gz
Configure member retries on Mnesia reconnection failures
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 f03145b447..db65572c2a 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -354,7 +354,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