vercel / fetch

Opinionated `fetch` (with retrying and DNS caching) optimized for use with Node.js

Home Page:https://npmjs.com/@vercel/fetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smaller pool by default

rauchg opened this issue · comments

Right now it's 200, which is good for many use cases, but overkill for others. As an example, if you write a little utility that abstracts over fetch, and someone uses it as a module, they get a 200 socket pool by default.

A more reasonable default would be 50

Thank you for the report. We are archiving this project; you can read more details here: #83