diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-23 13:24:05 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-23 13:24:05 +0100 |
| commit | ecaecb26f4801e70cd552797a7c034b6bf29d152 (patch) | |
| tree | 701e56b554e3e8600668065b14f7b5a137d2a487 /ebin | |
| parent | f8038e61ce1866c342efadbe00160c4db318e22d (diff) | |
| parent | 9c433d6df68c54ba678679f6b53b9adbf6af6ef6 (diff) | |
| download | rabbitmq-server-git-ecaecb26f4801e70cd552797a7c034b6bf29d152.tar.gz | |
Merge bug25279
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 3647c04ade..f26e0f7709 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -46,6 +46,8 @@ {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, |
