perf(pool): emqx_authn_http pool type hash
This commit is contained in:
parent
edc1581b4b
commit
1c93331e34
|
@ -133,7 +133,7 @@ create(#{ method := Method
|
||||||
case emqx_resource:create_local(Unique,
|
case emqx_resource:create_local(Unique,
|
||||||
emqx_connector_http,
|
emqx_connector_http,
|
||||||
Config#{base_url => maps:remove(query, URIMap),
|
Config#{base_url => maps:remove(query, URIMap),
|
||||||
pool_type => random}) of
|
pool_type => hash}) of
|
||||||
{ok, already_created} ->
|
{ok, already_created} ->
|
||||||
{ok, State};
|
{ok, State};
|
||||||
{ok, _} ->
|
{ok, _} ->
|
||||||
|
|
Loading…
Reference in New Issue