mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-18 06:18:17 -04:00
* fix: configure axios proxy agent socket limits to prevent connection leaks Add socket pool configuration to HttpProxyAgent and HttpsProxyAgent to prevent connection leaks. fix #2297 * fix(proxy): pass forceIpv4First option to custom proxy agent * fix(proxy): add connection limits and IPv4 support to undici agents