From e76f35f5c1aca9e70ff86efdc4f00475c02c23c6 Mon Sep 17 00:00:00 2001 From: Feng Date: Tue, 16 Feb 2016 02:46:03 +0800 Subject: [PATCH] fix issue #445 --- rel/files/emqttd.config.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rel/files/emqttd.config.production b/rel/files/emqttd.config.production index dc5a171d2..755a6b1dc 100644 --- a/rel/files/emqttd.config.production +++ b/rel/files/emqttd.config.production @@ -69,9 +69,9 @@ %% Packet {packet, [ %% Max ClientId Length Allowed - {max_clientid_len, 1024}, + {max_clientid_len, 512}, %% Max Packet Size Allowed, 64K default - {max_packet_size, 65536} + {max_packet_size, 65536} ]}, %% Client {client, [ @@ -206,7 +206,7 @@ {acceptors, 16}, %% Maximum number of concurrent clients - {max_clients, 8192}, + {max_clients, 512}, %% Socket Access Control {access, [{allow, all}]},