fix(schema): fix locking strategy typos
This commit is contained in:
parent
78cdfdf0df
commit
7b43a23734
|
@ -2269,7 +2269,7 @@ end}.
|
|||
|
||||
{mapping, "broker.session_locking_strategy", "emqx.session_locking_strategy", [
|
||||
{default, quorum},
|
||||
{datatype, {enum, [local,one,quorum,all]}}
|
||||
{datatype, {enum, [local,leader,quorum,all]}}
|
||||
]}.
|
||||
|
||||
%% @doc Shared Subscription Dispatch Strategy.
|
||||
|
|
Loading…
Reference in New Issue