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 => #{
|
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},
|
||||||
|
|
Loading…
Reference in New Issue