summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2016-11-07 21:38:52 +0300
committerGitHub <noreply@github.com>2016-11-07 21:38:52 +0300
commitfa8784fe7c343992cc3591b0d0353e560d252067 (patch)
treebaed99dcc3fbab7b763e61a5a658c5da79e0047e /docs/rabbitmq.config.example
parentc30a4d92e5007ebc857cc1dade66c8c4d3284d1a (diff)
parent86c075538a31a79973f46e94b57d066e5d6d24e9 (diff)
downloadrabbitmq-server-git-fa8784fe7c343992cc3591b0d0353e560d252067.tar.gz
Merge pull request #1023 from rabbitmq/rabbitmq-server-1022rabbitmq_v3_7_0_milestone7
Configure member retries on Mnesia reconnection failures
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index b31ec4d673..3e1137aa8b 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -321,7 +321,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