max_payload_size

This commit is contained in:
Feng Lee 2015-05-22 20:46:41 +08:00
parent f75c807aaf
commit 05297e49cf
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
%% Max number of retained messages %% Max number of retained messages
{max_message_num, 100000}, {max_message_num, 100000},
%% Max Payload Size of retained message %% Max Payload Size of retained message
{max_playload_size, 4096} {max_playload_size, 65536}
]}, ]},
%% PubSub %% PubSub
{pubsub, [ {pubsub, [