summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-11-10 00:53:52 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-11-10 00:53:52 +0300
commit92c2d59b08115f39b281dd7b55eabfeb707e7565 (patch)
treebaf632ee4bf18123deee05a776766b01c991d2ad /docs/rabbitmq.conf.example
parentcd9da9fe1ca76eaec2d72afb402ff5c2afefaaa2 (diff)
parent590d717a266922ce76e1b214ea1045408b2401bd (diff)
downloadrabbitmq-server-git-92c2d59b08115f39b281dd7b55eabfeb707e7565.tar.gz
Merge branch 'master' into rabbitmq-server-988
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