mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 21:09:00 +08:00
increase manual rl
This commit is contained in:
parent
2b39788d73
commit
e799cf206b
@ -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
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user