Skip to content

Commit c1e9776

Browse files
committed
increase API limit
1 parent 35b65f5 commit c1e9776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let cache = apicache.middleware;
1010

1111
const limiter = rateLimit({
1212
windowMs: 60 * 60 * 1000, // 1 hour
13-
limit: 60,
13+
limit: 120,
1414
standardHeaders: 'draft-7',
1515
legacyHeaders: false,
1616
message: 'Too many request from this IP, try again in 1 hour',

0 commit comments

Comments
 (0)