We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789f0ba commit 9e1235cCopy full SHA for 9e1235c
docs/rabbitmq.config.example
@@ -304,10 +304,15 @@
304
%%
305
%% {hipe_compile, true},
306
307
- %% Timeout used when waiting for Mnesia tables in a cluster to
+ %% Number of times to retry while waiting for Mnesia tables in a cluster to
308
%% become available.
309
310
- %% {mnesia_table_loading_timeout, 30000},
+ %% {mnesia_table_loading_retry_limit, 10},
311
+
312
+ %% Time to wait per retry for Mnesia tables in a cluster to become
313
+ %% available.
314
+ %%
315
+ %% {mnesia_table_loading_retry_timeout, 30000},
316
317
%% Size in bytes below which to embed messages in the queue index. See
318
%% http://www.rabbitmq.com/persistence-conf.html
0 commit comments