mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 06:18:59 +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({
|
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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user