mirror of
https://github.com/seerr-team/seerr.git
synced 2026-01-27 00:41:18 -05: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