diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2014-06-18 05:04:01 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2014-06-18 05:04:01 +0400 |
| commit | c8ab9c94dca40cb5dc364652a337d16c28ae7a48 (patch) | |
| tree | 28f64156e25eb0badd7dfb25cf11d8961847e977 /ebin | |
| parent | 5380e7e6867bf8aa5fdb52c47f79453152b57668 (diff) | |
| download | rabbitmq-server-git-c8ab9c94dca40cb5dc364652a337d16c28ae7a48.tar.gz | |
Make [AMQP] connection timeout configurable
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index c1a8649919..f26e0f7709 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -47,6 +47,7 @@ {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, |
