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); db.deleteAll(keys, next);
}, { }, {
progress: this.progress, progress: this.progress,
batch: 500,
}, callback); }, callback);
}, },
}; };

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

Loading…
Cancel
Save