@ -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(