mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 04:39:03 +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;
|
||||
|
||||
export function getConcurrencyLimitMax(plan: string): number {
|
||||
if (plan === "growth") return 100;
|
||||
return getRateLimiterPoints(RateLimiterMode.Scrape, undefined, plan);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user