diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-24 16:46:58 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-24 16:46:58 +0100 |
| commit | c23c9583976ef7d1408f776e284ea083e3c75d1d (patch) | |
| tree | 507a1867651b361b79addd808c5947e6e84aedbc /docs/rabbitmq.config.example | |
| parent | 3125b4f25cb1f64ec9d27e3a910abcba31957100 (diff) | |
| parent | 9099f9d241e3dfbe3ea5e0257881434e80553aa2 (diff) | |
| download | rabbitmq-server-git-c23c9583976ef7d1408f776e284ea083e3c75d1d.tar.gz | |
Merge bug26169
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 26de71b70d..e8b5666098 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -27,6 +27,11 @@ %% %% {ssl_listeners, [5671]}, + %% Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection + %% and SSL handshake), in milliseconds. + %% + %% {handshake_timeout, 10000}, + %% Log levels (currently just used for connection logging). %% One of 'info', 'warning', 'error' or 'none', in decreasing order %% of verbosity. Defaults to 'info'. @@ -103,6 +108,10 @@ %% %% {ssl_cert_login_from, common_name}, + %% SSL handshake timeout, in milliseconds. + %% + %% {ssl_handshake_timeout, 5000}, + %% %% Default User / VHost %% ==================== @@ -213,7 +222,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} ]}, |
