diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2014-06-17 10:41:36 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2014-06-17 10:41:36 +0400 |
| commit | e26d6c860e5db05e0bfc1a73e8a605bdac841088 (patch) | |
| tree | ef7d67dcc46cef18d9d932a5cfe5cc7e8f7d3b7f | |
| parent | 8dc2234465296701bbcbc1169b1030d0319727b9 (diff) | |
| parent | 20e68d667ed409f7df673136977e7f1ca4e2e1dd (diff) | |
| download | rabbitmq-server-git-e26d6c860e5db05e0bfc1a73e8a605bdac841088.tar.gz | |
merge bug25678 into default (again)
| -rw-r--r-- | docs/rabbitmq.config.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 26de71b70d..4fad154255 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} ]}, |
