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 /ebin | |
| parent | 3125b4f25cb1f64ec9d27e3a910abcba31957100 (diff) | |
| parent | 9099f9d241e3dfbe3ea5e0257881434e80553aa2 (diff) | |
| download | rabbitmq-server-git-c23c9583976ef7d1408f776e284ea083e3c75d1d.tar.gz | |
Merge bug26169
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 7360208aad..f26e0f7709 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -39,12 +39,15 @@ {server_properties, []}, {collect_statistics, none}, {collect_statistics_interval, 5000}, + {mnesia_table_loading_timeout, 30000}, {auth_mechanisms, ['PLAIN', 'AMQPLAIN']}, {auth_backends, [rabbit_auth_backend_internal]}, {delegate_count, 16}, {trace_vhosts, []}, {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, + {ssl_handshake_timeout, 5000}, + {handshake_timeout, 10000}, {reverse_dns_lookups, false}, {cluster_partition_handling, ignore}, {tcp_listen_options, [binary, |
