diff options
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 50e97cd3bb..a5c93fdee9 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -318,15 +318,15 @@ %% %% {hipe_compile, true}, - %% 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 %% become available. %% - %% {mnesia_table_loading_retry_timeout, 30000}, + %% {mnesia_table_loading_retry_limit, 10}, - %% Retries when waiting for Mnesia tables in the cluster startup. Note that - %% this setting is not applied to Mnesia upgrades or node deletions. + %% Time to wait per retry for Mnesia tables in a cluster to become + %% available. %% - %% {mnesia_table_loading_retry_limit, 10}, + %% {mnesia_table_loading_retry_timeout, 30000}, %% Size in bytes below which to embed messages in the queue index. See %% http://www.rabbitmq.com/persistence-conf.html |
