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
commitf6ee413d7fc5d54624be1c1ea1aa37876398a139 (patch)
tree96b85a874220b23332e6061c55df46d4f111790b /docs
parent847e18caaff7c10aa3d4237d52ccf05734ceb24b (diff)
downloadrabbitmq-server-f6ee413d7fc5d54624be1c1ea1aa37876398a139.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 162af015..3c132e7d 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