mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-19 23:08:17 -04:00
* fix: assign the keep-alive value explicitly The Node.js documentation mentions that the default keep-alive value is not used when creating a global agent manually, which is done in customProxyAgent.ts. re #1365 * fix: typo