We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d9028 commit 985696cCopy full SHA for 985696c
.github/workflows/scripts/generate_redirects.mjs
@@ -353,7 +353,7 @@ const main = async () => {
353
if (parallelValue != null && !/^\d+$/.test(parallelValue)) {
354
return Promise.reject(`Invalid value for --parallel, got ${parallelValue}`);
355
}
356
- const parallel = parallelValue != null ? parseInt(parallelValue, 10) : 5;
+ const parallel = parallelValue != null ? parseInt(parallelValue, 10) : 20;
357
if (args.length !== 2) {
358
return Promise.reject(`Expected 2 values, got ${args.length}`);
359
0 commit comments