Skip to content

Commit b5d1b4d

Browse files
committed
increase parser parallelism
1 parent 9afc418 commit b5d1b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ await runReliableQueue(
2222
parseProcessor,
2323
async () => {
2424
const cap = await getParserCapacity();
25-
return cap * 1;
25+
return cap * 4;
2626
},
2727
);
2828

0 commit comments

Comments
 (0)