summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-11-10 19:45:20 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-11-10 19:45:20 +0300
commit4837af6cd04ccb87b5e2399495eff468fa99c1a3 (patch)
tree6ce7d0f7fb9dedd25a400d5a016f1ccb3b0d36ac /docs/rabbitmq.conf.example
parent008c4eb7f0a9b14838439db934eb98dbe7801dbb (diff)
parent5c6d8e523349bb7df418cfff52b99f173a7cc4c1 (diff)
downloadrabbitmq-server-git-4837af6cd04ccb87b5e2399495eff468fa99c1a3.tar.gz
Merge branch 'master' into rabbitmq-server-567
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