From 20ae903d7fc559c98f56658c3d4d112a3033643e Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 2 Feb 2026 16:45:54 -0800 Subject: [PATCH] Subscribed limits for domains is higher --- server/lib/billing/limitSet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/billing/limitSet.ts b/server/lib/billing/limitSet.ts index 820b121a..fdd077d9 100644 --- a/server/lib/billing/limitSet.ts +++ b/server/lib/billing/limitSet.ts @@ -40,7 +40,7 @@ export const subscribedLimitSet: LimitSet = { description: "Contact us to increase soft limit." }, // 12000 GB [FeatureId.DOMAINS]: { - value: 25, + value: 250, description: "Contact us to increase soft limit." }, [FeatureId.REMOTE_EXIT_NODES]: {