increase manual rl

This commit is contained in:
Gergő Móricz 2025-03-26 20:13:32 +01:00
parent 2b39788d73
commit e799cf206b

View File

@ -192,7 +192,7 @@ export const devBRateLimiter = new RateLimiterRedis({
export const manualRateLimiter = new RateLimiterRedis({
storeClient: redisRateLimitClient,
keyPrefix: "manual",
points: 2000,
points: 10000,
duration: 60, // Duration in seconds
});