Skip to content

Commit

Permalink
Merge pull request #4717 from remotion-dev/lambda-further-decrease-la…
Browse files Browse the repository at this point in the history
…mbda-parallelization
  • Loading branch information
JonnyBurger authored Jan 10, 2025
2 parents c3b8264 + 706f850 commit 9363914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lambda/src/api/upload-dir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async function getFiles(
return _files.flat(1);
}

const limit = pLimit(30);
const limit = pLimit(15);

export const uploadDir = async ({
bucket,
Expand Down

0 comments on commit 9363914

Please sign in to comment.