mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-09-26 08:52:50 +00: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