perf(pool): authz http example pool_type to hash

This commit is contained in:
William Yang 2021-10-27 08:48:41 +02:00
parent 9c8cd6c437
commit 5e6dab435a
1 changed files with 1 additions and 1 deletions

View File

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