Skip to content

Commit 878c067

Browse files
committed
add suppliers
1 parent cc4f8a8 commit 878c067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const rateLimit = require("express-rate-limit");
2929

3030
const limiter = rateLimit({
3131
windowMs: 10 * 60 * 1000, // 5 minutes
32-
max: 1000, // Limit each IP to 100 requests per `window` (here, per 15 minutes)
32+
max: 10000, // Limit each IP to 100 requests per `window` (here, per 15 minutes)
3333
standardHeaders: false, // Return rate limit info in the `RateLimit-*` headers
3434
legacyHeaders: false, // Disable the `X-RateLimit-*` headers
3535
});

0 commit comments

Comments
 (0)