Skip to content

Commit 9321117

Browse files
authored
Update check.ts
1 parent a5ad7c3 commit 9321117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function parallel_check(
3737
}
3838

3939
const entries = Object.values(
40-
group(files, (_s: any, i: number) => i % 50),
40+
group(files, (_s: any, i: number) => i % 40),
4141
) as string[][];
4242

4343
await Promise.all(

0 commit comments

Comments
 (0)