diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-23 15:42:18 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-23 15:42:18 +0100 |
| commit | 531ccb0d732f25ad2adae7c3597ca4f4f50c23bc (patch) | |
| tree | 2121e9f5440f0addf53981da00ee6fdcd01d44b1 /ebin | |
| parent | 257422409566786303f11cf877d53e1e879476b7 (diff) | |
| parent | 1001a4d7c31d44b63029d38bf937861c21a7e2e5 (diff) | |
| download | rabbitmq-server-git-531ccb0d732f25ad2adae7c3597ca4f4f50c23bc.tar.gz | |
Merge bug25848 again.
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, |
