Try batches of 64
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Amy 2022-06-04 18:30:01 -04:00
parent c9a01b85ed
commit dde42f2dc0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export async function optimizeImages() {
const numberOfWorkers = Math.min(cpus().length, 8);
const imagePool = new ImagePool(numberOfWorkers);
const batchSize = 32;
const batchSize = 64;
for (let i = 0; i < imagePaths.length; i += batchSize) {
await Promise.all(