increase rate limit
This commit is contained in:
parent
24579274ea
commit
59b2bdd76e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ export const rateLimit = new Ratelimit({
|
|||
url: env.UPSTASH_REDIS_REST_URL,
|
||||
token: env.UPSTASH_REDIS_REST_TOKEN,
|
||||
}),
|
||||
limiter: Ratelimit.slidingWindow(2, "10 s"),
|
||||
limiter: Ratelimit.slidingWindow(60, "60 s"),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue