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
commit847e18caaff7c10aa3d4237d52ccf05734ceb24b (patch)
tree81fd40816bdef94d47f528ccea60da124d60139f /docs
parentf7e6f21ade8e84a1a0cfdf50e4cf87221521a2fb (diff)
downloadrabbitmq-server-847e18caaff7c10aa3d4237d52ccf05734ceb24b.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 61823c80..162af015 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'.