perf: keep defaults of zone.mqtt
This commit is contained in:
parent
265c9ea668
commit
77405d9cd7
|
@ -61,6 +61,9 @@ hidden() ->
|
||||||
"flapping_detect"
|
"flapping_detect"
|
||||||
].
|
].
|
||||||
|
|
||||||
|
%% optimized for mqtt field
|
||||||
|
fields("mqtt") ->
|
||||||
|
emqx_schema:fields("mqtt");
|
||||||
%% zone schemas are clones from the same name from root level
|
%% zone schemas are clones from the same name from root level
|
||||||
%% only not allowed to have default values.
|
%% only not allowed to have default values.
|
||||||
fields(Name) ->
|
fields(Name) ->
|
||||||
|
|
Loading…
Reference in New Issue