Просмотр исходного кода

chore: hide node.perf configs

these configs are rarely needed by regular users
and if they are to be changed, it should be done by
someone who really understands what they mean
Zaiming (Stone) Shi 3 лет назад
Родитель
Сommit
813ccd7df1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx/src/emqx_schema.erl

+ 1 - 1
apps/emqx/src/emqx_schema.erl

@@ -1492,7 +1492,7 @@ fields("broker") ->
         {"perf",
         {"perf",
             sc(
             sc(
                 ref("broker_perf"),
                 ref("broker_perf"),
-                #{}
+                #{hidden => true}
             )},
             )},
         {"shared_subscription_group",
         {"shared_subscription_group",
             sc(
             sc(