perf: increase batch size

This commit is contained in:
Barış Soner Uşaklı
2022-02-04 21:53:30 -05:00
parent 079c487dcb
commit b548083b24

View File

@@ -25,6 +25,7 @@ module.exports = {
progress.incr(postData.length); progress.incr(postData.length);
}, { }, {
progress, progress,
batch: 500,
}); });
}, },
}; };