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

perf(pool): authz http example pool_type to hash

William Yang 4 лет назад
Родитель
Сommit
5e6dab435a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_authz/src/emqx_authz_api_schema.erl

+ 1 - 1
apps/emqx_authz/src/emqx_authz_api_schema.erl

@@ -86,7 +86,7 @@ definitions() ->
             pool_type => #{
                 type => string,
                 enum => [<<"random">>, <<"hash">>],
-                example => <<"random">>
+                example => <<"hash">>
             },
             pool_size => #{type => integer},
             enable_pipelining => #{type => boolean},