summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2014-06-17 10:41:36 +0400
committerMichael Klishin <michael@rabbitmq.com>2014-06-17 10:41:36 +0400
commitd906d4cf042fb919cf461f8e0822c05efb4f915a (patch)
treeef7d67dcc46cef18d9d932a5cfe5cc7e8f7d3b7f
parent6fd20e3c0214347ca61d2fe41563f0dbeeb4e93d (diff)
parent2a199550a574816a1892f17abcdf58d2183adc27 (diff)
downloadrabbitmq-server-d906d4cf042fb919cf461f8e0822c05efb4f915a.tar.gz
merge bug25678 into default (again)
-rw-r--r--docs/rabbitmq.config.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 26de71b7..4fad1542 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -213,7 +213,12 @@
%% Explicitly enable/disable hipe compilation.
%%
- %% {hipe_compile, true}
+ %% {hipe_compile, true},
+
+ %% Timeout used when waiting for Mnesia tables in a cluster to
+ %% become available.
+ %%
+ %% {mnesia_table_loading_timeout, 30000}
]},