From b0fad7a86d3466d5836cea330bd80a648c0bf41a Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 30 Aug 2018 21:02:01 +0800 Subject: [PATCH] Change the default value of 'zone.external.await_rel_timeout' to 300s --- etc/emqx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index cb6e91b96..5975ae542 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -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. ##