mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 08:26:05 +08:00
Update rate-limiter.ts
This commit is contained in:
parent
0bdaa97bfb
commit
3e0d3db90e
@ -280,7 +280,7 @@ export function getRateLimiter(
|
||||
return etier1aRateLimiter;
|
||||
}
|
||||
|
||||
if (teamId && teamId === process.env.ETIER2A_TEAM_ID) {
|
||||
if (teamId && (teamId === process.env.ETIER2A_TEAM_ID || teamId === process.env.ETIER2A_TEAM_ID_B)) {
|
||||
return etier2aRateLimiter;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user