fix: increase batch size

v1.18.x
Barış Soner Uşaklı 6 years ago
parent bf6fc502c4
commit 3d938e7bf8

@ -16,6 +16,7 @@ module.exports = {
db.deleteAll(keys, next);
}, {
progress: this.progress,
batch: 500,
}, callback);
},
};

@ -36,6 +36,7 @@ module.exports = {
}, next);
}, {
progress: progress,
batch: 500,
}, next);
},
function (next) {

Loading…
Cancel
Save