fix(config): workaround for emqx_sn to use configs of mqtt_tcp listener
This commit is contained in:
parent
8e32d5314d
commit
157b97eb8a
|
@ -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">>).
|
||||
|
||||
|
|
Loading…
Reference in New Issue