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

Commit 4c12f04

Browse files
authored
Increase batch size for create fills job (#230)
1 parent 67ba649 commit 4c12f04

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: 100,
23+
batchSize: 200,
2424
processOldestFirst: true,
2525
},
2626
updateFillPrices: {

0 commit comments

Comments
 (0)