summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2014-06-18 05:04:14 +0400
committerMichael Klishin <michael@rabbitmq.com>2014-06-18 05:04:14 +0400
commit2ac0be969e0ce12905d6c2a4ca0cace40b18c4e0 (patch)
tree81fd40816bdef94d47f528ccea60da124d60139f /docs
parentc8ab9c94dca40cb5dc364652a337d16c28ae7a48 (diff)
downloadrabbitmq-server-git-2ac0be969e0ce12905d6c2a4ca0cace40b18c4e0.tar.gz
Add handshake_timeout to rabbitmq.config.example
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 61823c8084..162af0154b 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -27,6 +27,10 @@
%%
%% {ssl_listeners, [5671]},
+ %% Complete connection handshake timeout, in milliseconds.
+ %%
+ %% {ssl_handshake_timeout, 10000},
+
%% Log levels (currently just used for connection logging).
%% One of 'info', 'warning', 'error' or 'none', in decreasing order
%% of verbosity. Defaults to 'info'.