From 1654c0b920d6c6ba14195e25d4bc3b8c5d915172 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 12 May 2025 06:53:58 +0000 Subject: [PATCH] chore: limit to 5 concurrent fetch sockets just to be on the safe side --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index b7f63e5..12a1555 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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([