Skip to content

Commit 78c4cd9

Browse files
committed
Revert "test(size): increase verdaccio rate limit to 20K"
This reverts commit 053553a.
1 parent 053553a commit 78c4cd9

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: 10 }
103+
{ concurrent: 6 }
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: 20000
81+
max: 5000

0 commit comments

Comments
 (0)