mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 01:56:12 +01:00
perf: increase batch size
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports = {
|
|||||||
progress.incr(postData.length);
|
progress.incr(postData.length);
|
||||||
}, {
|
}, {
|
||||||
progress,
|
progress,
|
||||||
|
batch: 500,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user