mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 18:25:59 +08:00
Update rate-limiter.ts
This commit is contained in:
parent
3e0d3db90e
commit
867e545511
@ -314,7 +314,7 @@ export function getConcurrencyLimitMax(
|
|||||||
return CONCURRENCY_LIMIT.etier1a;
|
return CONCURRENCY_LIMIT.etier1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (teamId && teamId === process.env.ETIER2A_TEAM_ID) {
|
if (teamId && (teamId === process.env.ETIER2A_TEAM_ID || teamId === process.env.ETIER2A_TEAM_ID_B)) {
|
||||||
return CONCURRENCY_LIMIT.etier2a;
|
return CONCURRENCY_LIMIT.etier2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user