summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2014-06-19 15:45:13 +0400
committerMichael Klishin <michael@rabbitmq.com>2014-06-19 15:45:13 +0400
commit2e4893d300fb4457827b43e2fd13185008443d1e (patch)
tree96b85a874220b23332e6061c55df46d4f111790b /docs
parent2ac0be969e0ce12905d6c2a4ca0cace40b18c4e0 (diff)
downloadrabbitmq-server-git-2e4893d300fb4457827b43e2fd13185008443d1e.tar.gz
Fix handshake_timeout docs in rabbitmq.config.example
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 162af0154b..3c132e7d5d 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -27,9 +27,9 @@
%%
%% {ssl_listeners, [5671]},
- %% Complete connection handshake timeout, in milliseconds.
+ %% Complete AMQP 0-9-1 connection handshake timeout, in milliseconds.
%%
- %% {ssl_handshake_timeout, 10000},
+ %% {handshake_timeout, 10000},
%% Log levels (currently just used for connection logging).
%% One of 'info', 'warning', 'error' or 'none', in decreasing order