perf(pool): authz http example pool_type to hash
This commit is contained in:
parent
9c8cd6c437
commit
5e6dab435a
|
@ -86,7 +86,7 @@ definitions() ->
|
|||
pool_type => #{
|
||||
type => string,
|
||||
enum => [<<"random">>, <<"hash">>],
|
||||
example => <<"random">>
|
||||
example => <<"hash">>
|
||||
},
|
||||
pool_size => #{type => integer},
|
||||
enable_pipelining => #{type => boolean},
|
||||
|
|
Loading…
Reference in New Issue