add max_queue, ping_down_node options for bridge
This commit is contained in:
parent
1c3c4e000a
commit
2f9e6f980b
|
@ -55,6 +55,10 @@
|
||||||
{metrics, [
|
{metrics, [
|
||||||
{pub_interval, 60}
|
{pub_interval, 60}
|
||||||
]},
|
]},
|
||||||
|
{bridge, [
|
||||||
|
{max_queue, 1000},
|
||||||
|
{ping_down_interval, 1} %seconds
|
||||||
|
]},
|
||||||
{listen, [
|
{listen, [
|
||||||
{mqtt, 1883, [
|
{mqtt, 1883, [
|
||||||
{backlog, 512},
|
{backlog, 512},
|
||||||
|
|
Loading…
Reference in New Issue