diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-11 12:15:58 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-11 12:15:58 +0100 |
| commit | 7f9413b023a0450a868dc28cb040c14e4b576c7c (patch) | |
| tree | be3fb40a0543294de72f07ca7601f90aadd6268e /ebin | |
| parent | 66f5be04f134c9ea37c076215bd4206d9426a71e (diff) | |
| parent | 4b068304b686eb772f7a1ac7b6472c2b3c854991 (diff) | |
| download | rabbitmq-server-git-7f9413b023a0450a868dc28cb040c14e4b576c7c.tar.gz | |
stable to default
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, |
