ソースを参照

perf(pool): authz http example pool_type to hash

William Yang 4 年 前
コミット
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 => #{
             pool_type => #{
                 type => string,
                 type => string,
                 enum => [<<"random">>, <<"hash">>],
                 enum => [<<"random">>, <<"hash">>],
-                example => <<"random">>
+                example => <<"hash">>
             },
             },
             pool_size => #{type => integer},
             pool_size => #{type => integer},
             enable_pipelining => #{type => boolean},
             enable_pipelining => #{type => boolean},