Skip to content

Commit 26292c7

Browse files
authored
Update inserter.ts
1 parent 7d41e43 commit 26292c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/inserter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (!trackedExists) {
1212

1313
await runInLoop(async function insert() {
1414
const { rows } = await db.raw(
15-
"SELECT match_seq_num, data FROM insert_queue WHERE processed = FALSE ORDER BY match_seq_num ASC LIMIT 100",
15+
"SELECT match_seq_num, data FROM insert_queue WHERE processed = FALSE ORDER BY match_seq_num ASC LIMIT 200",
1616
);
1717
if (!rows.length) {
1818
await new Promise((resolve) => setTimeout(resolve, 1000));

0 commit comments

Comments
 (0)