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

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

View File

@ -774,7 +774,7 @@ end}.
%% @doc Awaiting PUBREL timeout
{mapping, "zone.$name.await_rel_timeout", "emqx.zones", [
{default, "60s"},
{default, "300s"},
{datatype, {duration, ms}}
]}.