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 0150fa2 commit 039ad1bCopy full SHA for 039ad1b
utils/index.js
@@ -8,7 +8,7 @@ const rua = randomUseragent.getRandom();
8
9
export const limiter = rateLimit({
10
windowMs: 15 * 60 * 1000, // 15 minutes
11
- max: 5, // Limit each IP to 100 requests per windowMs
+ max: 30, // Limit each IP to 100 requests per windowMs
12
standardHeaders: true, // Return rate limit info in the `RateLimit-*` headers
13
legacyHeaders: false, // Disable the `X-RateLimit-*` headers
14
message: {
0 commit comments