fix config
This commit is contained in:
parent
b687541d27
commit
a350aa64c5
@ -2,21 +2,21 @@
|
|||||||
{iot, [
|
{iot, [
|
||||||
{http_server, [
|
{http_server, [
|
||||||
{port, 18090},
|
{port, 18090},
|
||||||
{acceptors, 500},
|
{acceptors, 5},
|
||||||
{max_connections, 10240},
|
{max_connections, 1024},
|
||||||
{backlog, 10240}
|
{backlog, 1024}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{ssl_server, [
|
{ssl_server, [
|
||||||
{port, 443},
|
{port, 443},
|
||||||
{acceptors, 500},
|
{acceptors, 5},
|
||||||
{max_connections, 10240},
|
{max_connections, 1024},
|
||||||
{backlog, 10240}
|
{backlog, 1024}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{redis_server, [
|
{redis_server, [
|
||||||
{port, 16379},
|
{port, 16379},
|
||||||
{acceptors, 500},
|
{acceptors, 10},
|
||||||
{max_connections, 10240},
|
{max_connections, 10240},
|
||||||
{backlog, 10240}
|
{backlog, 10240}
|
||||||
]},
|
]},
|
||||||
|
|||||||
@ -2,21 +2,21 @@
|
|||||||
{iot, [
|
{iot, [
|
||||||
{http_server, [
|
{http_server, [
|
||||||
{port, 18080},
|
{port, 18080},
|
||||||
{acceptors, 500},
|
{acceptors, 5},
|
||||||
{max_connections, 10240},
|
{max_connections, 1024},
|
||||||
{backlog, 10240}
|
{backlog, 1024}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{ssl_server, [
|
{ssl_server, [
|
||||||
{port, 18092},
|
{port, 1443},
|
||||||
{acceptors, 500},
|
{acceptors, 5},
|
||||||
{max_connections, 10240},
|
{max_connections, 1024},
|
||||||
{backlog, 10240}
|
{backlog, 1024}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
{redis_server, [
|
{redis_server, [
|
||||||
{port, 16379},
|
{port, 16379},
|
||||||
{acceptors, 500},
|
{acceptors, 5},
|
||||||
{max_connections, 10240},
|
{max_connections, 10240},
|
||||||
{backlog, 10240}
|
{backlog, 10240}
|
||||||
]},
|
]},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user