This commit is contained in:
Feng 2016-02-16 02:46:03 +08:00
parent 928780f322
commit e76f35f5c1
1 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,9 @@
%% Packet %% Packet
{packet, [ {packet, [
%% Max ClientId Length Allowed %% Max ClientId Length Allowed
{max_clientid_len, 1024}, {max_clientid_len, 512},
%% Max Packet Size Allowed, 64K default %% Max Packet Size Allowed, 64K default
{max_packet_size, 65536} {max_packet_size, 65536}
]}, ]},
%% Client %% Client
{client, [ {client, [
@ -206,7 +206,7 @@
{acceptors, 16}, {acceptors, 16},
%% Maximum number of concurrent clients %% Maximum number of concurrent clients
{max_clients, 8192}, {max_clients, 512},
%% Socket Access Control %% Socket Access Control
{access, [{allow, all}]}, {access, [{allow, all}]},