Change the default value of 'zone.external.await_rel_timeout' to 300s
This commit is contained in:
parent
dd7f0dec3c
commit
b0fad7a86d
|
@ -614,7 +614,7 @@ zone.external.max_awaiting_rel = 100
|
||||||
## The QoS2 messages (Client -> Broker) will be dropped if awaiting PUBREL timeout.
|
## The QoS2 messages (Client -> Broker) will be dropped if awaiting PUBREL timeout.
|
||||||
##
|
##
|
||||||
## Value: Duration
|
## Value: Duration
|
||||||
zone.external.await_rel_timeout = 60s
|
zone.external.await_rel_timeout = 300s
|
||||||
|
|
||||||
## Default session expiry interval for MQTT V3.1.1 connections.
|
## Default session expiry interval for MQTT V3.1.1 connections.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue