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