summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-03-21 11:26:40 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-03-21 11:26:40 +0300
commitb127e4310844aaf09287a0217a74f207e4993113 (patch)
treebf3a495f988c07e3a02c0a362366d07394b3cee0
parentbb36e18a0ab25117ca8ccf3aecd58bdd3985006b (diff)
downloadrabbitmq-server-git-b127e4310844aaf09287a0217a74f207e4993113.tar.gz
Cuttlefish schema: wording
[ci skip]
-rw-r--r--priv/schema/rabbit.schema6
1 files changed, 3 insertions, 3 deletions
diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema
index 359abeb117..181e20447e 100644
--- a/priv/schema/rabbit.schema
+++ b/priv/schema/rabbit.schema
@@ -501,20 +501,20 @@ end}.
%% =====================================================
%%
-%% Set the default AMQP heartbeat delay (in seconds).
+%% Set the default connection heartbeat timeout (in seconds).
%%
%% {heartbeat, 600},
{mapping, "heartbeat", "rabbit.heartbeat", [{datatype, integer}]}.
-%% Set the max permissible size of an AMQP frame (in bytes).
+%% Set the max permissible size of an AMQP 0-9-1 frame (in bytes).
%%
%% {frame_max, 131072},
{mapping, "frame_max", "rabbit.frame_max", [{datatype, bytesize}]}.
%% Set the max frame size the server will accept before connection
-%% tuning occurs
+%% tuning starts
%%
%% {initial_frame_max, 4096},