From 516f2363bf63442a7ee5151c5a9b973c26118709 Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Thu, 5 Mar 2015 14:47:01 +0800 Subject: [PATCH] backlog --- rel/files/app.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rel/files/app.config b/rel/files/app.config index 15fc6dc02..6d2c17c06 100644 --- a/rel/files/app.config +++ b/rel/files/app.config @@ -51,10 +51,12 @@ ]}, {listen, [ {mqtt, 1883, [ + {backlog, 512}, {max_clients, 1024}, {acceptor_pool, 4} ]}, {mqtts, 8883, [ + {backlog, 128}, {max_clients, 1024}, {acceptor_pool, 4}, %{cacertfile, "etc/ssl/cacert.pem"},