mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 21:09:00 +08:00
Update rate-limiter.ts
This commit is contained in:
parent
b87b0d9b7f
commit
d54af97754
@ -4,11 +4,11 @@ import Redis from "ioredis";
|
||||
|
||||
export const CONCURRENCY_LIMIT: Omit<Record<PlanType, number>, ""> = {
|
||||
free: 2,
|
||||
hobby: 4,
|
||||
starter: 10,
|
||||
standard: 10,
|
||||
standardNew: 10,
|
||||
standardnew: 10,
|
||||
hobby: 5,
|
||||
starter: 50,
|
||||
standard: 50,
|
||||
standardNew: 50,
|
||||
standardnew: 50,
|
||||
scale: 100,
|
||||
growth: 100,
|
||||
growthdouble: 100,
|
||||
|
Loading…
x
Reference in New Issue
Block a user