Skip to content

Commit 039ad1b

Browse files
committed
bump rate limit
1 parent 0150fa2 commit 039ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const rua = randomUseragent.getRandom();
88

99
export const limiter = rateLimit({
1010
windowMs: 15 * 60 * 1000, // 15 minutes
11-
max: 5, // Limit each IP to 100 requests per windowMs
11+
max: 30, // Limit each IP to 100 requests per windowMs
1212
standardHeaders: true, // Return rate limit info in the `RateLimit-*` headers
1313
legacyHeaders: false, // Disable the `X-RateLimit-*` headers
1414
message: {

0 commit comments

Comments
 (0)