diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2014-06-17 12:35:33 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2014-06-17 12:35:33 +0400 |
| commit | 5380e7e6867bf8aa5fdb52c47f79453152b57668 (patch) | |
| tree | 738656a31225eb8a7ce7b84bbb4ac37e852074ef | |
| parent | 43058ba723b3e075ecb18a9a736ca7ab8bb6c2a0 (diff) | |
| download | rabbitmq-server-git-5380e7e6867bf8aa5fdb52c47f79453152b57668.tar.gz | |
Add ssl_handshake_timeout to rabbitmq.config.example
| -rw-r--r-- | docs/rabbitmq.config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 4fad154255..61823c8084 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -103,6 +103,10 @@ %% %% {ssl_cert_login_from, common_name}, + %% SSL handshake timeout, in milliseconds. + %% + %% {ssl_handshake_timeout, 5000}, + %% %% Default User / VHost %% ==================== |
