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 6f43ee1 commit 0c79f27Copy full SHA for 0c79f27
1 file changed
server.js
@@ -11,8 +11,8 @@ const app = express();
11
const port = process.env.PORT || 3000;
12
13
const limiter = rateLimit({
14
- windowMs: 15 * 60 * 1000,
15
- max: 100,
+ windowMs: 10 * 60 * 1000,
+ max: 10,
16
message: 'You requested too much! PLEASE STOP!',
17
standardHeaders: true,
18
legacyHeaders: false,
0 commit comments