mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 04:29:01 +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>, ""> = {
|
export const CONCURRENCY_LIMIT: Omit<Record<PlanType, number>, ""> = {
|
||||||
free: 2,
|
free: 2,
|
||||||
hobby: 4,
|
hobby: 5,
|
||||||
starter: 10,
|
starter: 50,
|
||||||
standard: 10,
|
standard: 50,
|
||||||
standardNew: 10,
|
standardNew: 50,
|
||||||
standardnew: 10,
|
standardnew: 50,
|
||||||
scale: 100,
|
scale: 100,
|
||||||
growth: 100,
|
growth: 100,
|
||||||
growthdouble: 100,
|
growthdouble: 100,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user