max_payload_size
This commit is contained in:
parent
f75c807aaf
commit
05297e49cf
|
@ -94,7 +94,7 @@
|
|||
%% Max number of retained messages
|
||||
{max_message_num, 100000},
|
||||
%% Max Payload Size of retained message
|
||||
{max_playload_size, 4096}
|
||||
{max_playload_size, 65536}
|
||||
]},
|
||||
%% PubSub
|
||||
{pubsub, [
|
||||
|
|
Loading…
Reference in New Issue