acceptor_pool -> acceptors

This commit is contained in:
Ery Lee 2015-03-13 20:29:18 +08:00
parent 98a69089c5
commit 07350a08a9
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
{keyfile, "etc/ssl.key"}]}
]},
{http, 8083, [
{acceptors, 4}
{max_clients, 512},
{acceptors, 4},
{max_clients, 512}
]}
]}
]}