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 35b65f5 commit c1e9776Copy full SHA for c1e9776
src/app.ts
@@ -10,7 +10,7 @@ let cache = apicache.middleware;
10
11
const limiter = rateLimit({
12
windowMs: 60 * 60 * 1000, // 1 hour
13
- limit: 60,
+ limit: 120,
14
standardHeaders: 'draft-7',
15
legacyHeaders: false,
16
message: 'Too many request from this IP, try again in 1 hour',
0 commit comments