acceptor_pool -> acceptors
This commit is contained in:
parent
98a69089c5
commit
07350a08a9
|
@ -78,8 +78,8 @@
|
||||||
{keyfile, "etc/ssl.key"}]}
|
{keyfile, "etc/ssl.key"}]}
|
||||||
]},
|
]},
|
||||||
{http, 8083, [
|
{http, 8083, [
|
||||||
{acceptors, 4}
|
{acceptors, 4},
|
||||||
{max_clients, 512},
|
{max_clients, 512}
|
||||||
]}
|
]}
|
||||||
]}
|
]}
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Reference in New Issue