File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 318
318
% %
319
319
% % {hipe_compile, true},
320
320
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
322
322
% % become available.
323
323
% %
324
- % % {mnesia_table_loading_retry_timeout, 30000 },
324
+ % % {mnesia_table_loading_retry_limit, 10 },
325
325
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 .
328
328
% %
329
- % % {mnesia_table_loading_retry_limit, 10 },
329
+ % % {mnesia_table_loading_retry_timeout, 30000 },
330
330
331
331
% % Size in bytes below which to embed messages in the queue index. See
332
332
% % http://www.rabbitmq.com/persistence-conf.html
You can’t perform that action at this time.
0 commit comments