summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},