Skip to content

Commit 053553a

Browse files
committed
test(size): increase verdaccio rate limit to 20K
1 parent 218b27c commit 053553a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/benchmark-size/runner/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const sizeReport = async (options: SizeReportOptions) => {
100100
packageContext,
101101
}),
102102
})),
103-
{ concurrent: 6 }
103+
{ concurrent: 10 }
104104
);
105105
try {
106106
await tasks.run();

verdaccio/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ logs:
7878

7979
userRateLimit:
8080
windowMS: 900000 # 15 minutes
81-
max: 5000
81+
max: 20000

0 commit comments

Comments
 (0)