Change the default value of 'zone.external.await_rel_timeout' to 300s
This commit is contained in:
parent
b0fad7a86d
commit
bbb58dad68
|
@ -774,7 +774,7 @@ end}.
|
||||||
|
|
||||||
%% @doc Awaiting PUBREL timeout
|
%% @doc Awaiting PUBREL timeout
|
||||||
{mapping, "zone.$name.await_rel_timeout", "emqx.zones", [
|
{mapping, "zone.$name.await_rel_timeout", "emqx.zones", [
|
||||||
{default, "60s"},
|
{default, "300s"},
|
||||||
{datatype, {duration, ms}}
|
{datatype, {duration, ms}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue