Skip to content

Commit b25935c

Browse files
Merge branch 'stable'
Conflicts: docs/rabbitmq.config.example
2 parents 77d8c65 + 9e1235c commit b25935c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/rabbitmq.config.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,15 @@
318318
%%
319319
%% {hipe_compile, true},
320320

321-
%% Timeout used when waiting for Mnesia tables in a cluster to
321+
%% Number of times to retry while waiting for Mnesia tables in a cluster to
322322
%% become available.
323323
%%
324-
%% {mnesia_table_loading_retry_timeout, 30000},
324+
%% {mnesia_table_loading_retry_limit, 10},
325325

326-
%% Retries when waiting for Mnesia tables in the cluster startup. Note that
327-
%% this setting is not applied to Mnesia upgrades or node deletions.
326+
%% Time to wait per retry for Mnesia tables in a cluster to become
327+
%% available.
328328
%%
329-
%% {mnesia_table_loading_retry_limit, 10},
329+
%% {mnesia_table_loading_retry_timeout, 30000},
330330

331331
%% Size in bytes below which to embed messages in the queue index. See
332332
%% http://www.rabbitmq.com/persistence-conf.html

0 commit comments

Comments
 (0)