chore: limit to 5 concurrent fetch sockets

just to be on the safe side
This commit is contained in:
WebStreamr 2025-05-12 06:53:58 +00:00
parent 1626cf03ce
commit 1654c0b920
No known key found for this signature in database

View file

@ -14,6 +14,7 @@ addon.set('trust proxy', true);
const fetcher = new Fetcher(makeFetchHappen.defaults({
cachePath: `${fs.realpathSync(os.tmpdir())}/webstreamr`,
maxSockets: 5,
}));
const embedExtractors = new EmbedExtractors([