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