Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit eac0bab

Browse files
authored
Increase batch size further (#231)
1 parent 4c12f04 commit eac0bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
},
2121
jobs: {
2222
createFills: {
23-
batchSize: 200,
23+
batchSize: 500,
2424
processOldestFirst: true,
2525
},
2626
updateFillPrices: {

0 commit comments

Comments
 (0)