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:
lafirest 2022-06-30 19:51:57 +08:00 committed by GitHub
commit b4ab6d91af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]}}
]}.