mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 03:09:11 +08:00
fix(cc): hotfix
This commit is contained in:
parent
a7eb2f7c6a
commit
71878cf4d9
@ -9,6 +9,7 @@ const constructQueueKey = (team_id: string) =>
|
|||||||
const stalledJobTimeoutMs = 2 * 60 * 1000;
|
const stalledJobTimeoutMs = 2 * 60 * 1000;
|
||||||
|
|
||||||
export function getConcurrencyLimitMax(plan: string): number {
|
export function getConcurrencyLimitMax(plan: string): number {
|
||||||
|
if (plan === "growth") return 100;
|
||||||
return getRateLimiterPoints(RateLimiterMode.Scrape, undefined, plan);
|
return getRateLimiterPoints(RateLimiterMode.Scrape, undefined, plan);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user