Change the default value of 'zone.external.await_rel_timeout' to 300s

This commit is contained in:
Feng Lee 2018-08-30 21:02:01 +08:00
parent dd7f0dec3c
commit b0fad7a86d
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ zone.external.max_awaiting_rel = 100
## The QoS2 messages (Client -> Broker) will be dropped if awaiting PUBREL timeout.
##
## Value: Duration
zone.external.await_rel_timeout = 60s
zone.external.await_rel_timeout = 300s
## Default session expiry interval for MQTT V3.1.1 connections.
##