Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 76a33a6

Browse files
Wording
1 parent 8ea9e2c commit 76a33a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/rabbit.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@
273273
%% Max supported number of priorities for a priority queue.
274274
-define(MAX_SUPPORTED_PRIORITY, 255).
275275

276-
%% Max message size is set to 512MiB.
277-
%% This is a hard limit. If user configures bigger max_message_size,
276+
%% Max message size is hard limited to 512 MiB.
277+
%% If user configures a greater rabbit.max_message_size,
278278
%% this value is used instead.
279279
-define(MAX_MSG_SIZE, 536870912).
280280

0 commit comments

Comments
 (0)