Update rate-limiter.ts

This commit is contained in:
Nicolas 2025-03-12 21:57:50 -04:00
parent b87b0d9b7f
commit d54af97754

View File

@ -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,