perf(pool): emqx_authn_http pool type hash

This commit is contained in:
William Yang 2021-10-27 08:43:34 +02:00
parent edc1581b4b
commit 1c93331e34
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ create(#{ method := Method
case emqx_resource:create_local(Unique,
emqx_connector_http,
Config#{base_url => maps:remove(query, URIMap),
pool_type => random}) of
pool_type => hash}) of
{ok, already_created} ->
{ok, State};
{ok, _} ->