chore(schema): update schema comment for trans lock type

This commit is contained in:
Zaiming (Stone) Shi 2021-05-04 10:08:37 +02:00
parent b45a60fd3c
commit 989ab64c21
1 changed files with 1 additions and 1 deletions

View File

@ -2110,7 +2110,7 @@ end}.
%% key: mnesia translational updates with per-key locks. recommended for single node setup.
%% tab: mnesia translational updates with table lock. recommended for multi-nodes setup.
%% global: global lock protected updates. recommended for larger cluster.
%% NOTE: when changing from/to 'global' lock, it requires all nodes in the cluster
%% NOTE: when changing from/to 'global' lock, it requires a full cluster restart.
%%
{mapping, "broker.perf.route_lock_type", "emqx.route_lock_type", [
{default, key},