This commit is contained in:
Ery Lee 2015-03-05 14:47:01 +08:00
parent cc86c95951
commit 516f2363bf
1 changed files with 2 additions and 0 deletions

View File

@ -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"},