From 7b43a23734377b5b148183734b2e837ecdacd261 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Fri, 28 May 2021 15:14:50 +0800 Subject: [PATCH] fix(schema): fix locking strategy typos --- priv/emqx.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/emqx.schema b/priv/emqx.schema index e5c58f216..7c6bf0298 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -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.