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 1825b16 commit b66e4c5Copy full SHA for b66e4c5
server/middlewares/00_expressRateLimit.js
@@ -2,7 +2,7 @@ import { rateLimit } from 'express-rate-limit';
2
3
const limit = rateLimit({
4
windowMs: 10 * 60 * 1000,
5
- max: 20,
+ max: 300,
6
});
7
8
export default limit;
0 commit comments