fix: remove the default value of zone's exclusive_subscription

This commit is contained in:
firest 2022-06-30 19:48:35 +08:00
parent e41562d4cb
commit 6a741f2085
1 changed files with 0 additions and 1 deletions

View File

@ -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]}}
]}.