fix(config): workaround for emqx_sn to use configs of mqtt_tcp listener

This commit is contained in:
Shawn 2021-07-14 10:09:12 +08:00
parent 8e32d5314d
commit 157b97eb8a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
-define(STAT_TIMEOUT, 10000).
-define(IDLE_TIMEOUT, 30000).
-define(DEFAULT_CHAN_OPTIONS, [{max_packet_size, 256}, {zone, external}]).
-define(DEFAULT_CHAN_OPTIONS, #{zone => default, listener => mqtt_tcp}).
-define(NEG_QOS_CLIENT_ID, <<"NegQoS-Client">>).