chore: limit to 5 concurrent fetch sockets
just to be on the safe side
This commit is contained in:
parent
1626cf03ce
commit
1654c0b920
1 changed files with 1 additions and 0 deletions
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in a new issue