Update rate-limiter.ts

This commit is contained in:
Nicolas 2024-08-31 14:26:16 -03:00
parent 8431be5826
commit 2ef43d5fc2
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export const devBRateLimiter = new RateLimiterRedis({
export const scrapeStatusRateLimiter = new RateLimiterRedis({
storeClient: redisRateLimitClient,
keyPrefix: "scrape-status",
points: 200,
points: 400,
duration: 60, // Duration in seconds
});