mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:36:01 +08:00
added new etier
This commit is contained in:
parent
98894641c1
commit
24724e958e
@ -208,6 +208,10 @@ export function getRateLimiter(
|
||||
return etier2aRateLimiter;
|
||||
}
|
||||
|
||||
if(teamId && teamId === process.env.ETIER2D_TEAM_ID) {
|
||||
return etier2aRateLimiter;
|
||||
}
|
||||
|
||||
if(teamId && manual.includes(teamId)) {
|
||||
return manualRateLimiter;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user