Merge pull request #8358 from lafirest/fix/rmv_zone_def_val
fix: remove the default value of zone's exclusive_subscription
This commit is contained in:
commit
b4ab6d91af
|
@ -1207,7 +1207,6 @@ end}.
|
|||
|
||||
%% @doc Whether the Server supports Exclusive Subscriptions.
|
||||
{mapping, "zone.$name.exclusive_subscription", "emqx.zones", [
|
||||
{default, false},
|
||||
{datatype, {enum, [true, false]}}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue