Prechádzať zdrojové kódy

perf(pool): authz http example pool_type to hash

William Yang 4 rokov pred
rodič
commit
5e6dab435a

+ 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},