Wording
This commit is contained in:
parent
e7cce3b95d
commit
e29005d617
|
|
@ -273,8 +273,8 @@
|
||||||
%% Max supported number of priorities for a priority queue.
|
%% Max supported number of priorities for a priority queue.
|
||||||
-define(MAX_SUPPORTED_PRIORITY, 255).
|
-define(MAX_SUPPORTED_PRIORITY, 255).
|
||||||
|
|
||||||
%% Max message size is set to 512MiB.
|
%% Max message size is hard limited to 512 MiB.
|
||||||
%% This is a hard limit. If user configures bigger max_message_size,
|
%% If user configures a greater rabbit.max_message_size,
|
||||||
%% this value is used instead.
|
%% this value is used instead.
|
||||||
-define(MAX_MSG_SIZE, 536870912).
|
-define(MAX_MSG_SIZE, 536870912).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue