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 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
You can’t perform that action at this time.
0 commit comments