increase manual rl
This commit is contained in:
@@ -192,7 +192,7 @@ export const devBRateLimiter = new RateLimiterRedis({
|
|||||||
export const manualRateLimiter = new RateLimiterRedis({
|
export const manualRateLimiter = new RateLimiterRedis({
|
||||||
storeClient: redisRateLimitClient,
|
storeClient: redisRateLimitClient,
|
||||||
keyPrefix: "manual",
|
keyPrefix: "manual",
|
||||||
points: 2000,
|
points: 10000,
|
||||||
duration: 60, // Duration in seconds
|
duration: 60, // Duration in seconds
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user