From 07350a08a9f15b0f36bba64f18359d4f175e52d6 Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Fri, 13 Mar 2015 20:29:18 +0800 Subject: [PATCH] acceptor_pool -> acceptors --- rel/files/app.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/files/app.config b/rel/files/app.config index 5fb59d589..c60fd33e7 100644 --- a/rel/files/app.config +++ b/rel/files/app.config @@ -78,8 +78,8 @@ {keyfile, "etc/ssl.key"}]} ]}, {http, 8083, [ - {acceptors, 4} - {max_clients, 512}, + {acceptors, 4}, + {max_clients, 512} ]} ]} ]}