Skip to content

Commit

Permalink
@remotion/lambda: Decrease parallelization when uploading site
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Jan 10, 2025
1 parent 7bb6407 commit 706f850
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 706f850

Please sign in to comment.