Skip to content

Commit b2d541e

Browse files
committed
increase api rate limit
1 parent aa674a2 commit b2d541e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ validateConfig(config).then(() => {
120120
// a secret only available to the server
121121
const limiter = ratelimit({
122122
windowMs: 1000 * 60,
123-
max: 30,
123+
max: 120,
124124
keyGenerator: (req) => {
125125
if (
126126
req.headers["x-forwarded-for"] &&

0 commit comments

Comments
 (0)