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>, ""> = { 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,