From a350daeee2d44db6ce06a978eae16e664de8acd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Gr=C3=BCneberg?= Date: Tue, 16 Jul 2024 15:31:19 +0800 Subject: [PATCH] fix: instance specs (#28009) --- packages/shared-data/plans.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shared-data/plans.ts b/packages/shared-data/plans.ts index ba4c9b1c029..9ed8ff71f34 100644 --- a/packages/shared-data/plans.ts +++ b/packages/shared-data/plans.ts @@ -32,7 +32,7 @@ export const plans: PricingInformation[] = [ features: [ 'Unlimited API requests', '50,000 monthly active users', - ['500 MB database space', '2 Core shared CPU • 1 GB RAM'], + ['500 MB database space', 'Shared CPU • 500 MB RAM'], '5 GB bandwidth', '1 GB file storage', 'Community support', @@ -43,7 +43,7 @@ export const plans: PricingInformation[] = [ features: [ 'Unlimited API requests', '50,000 monthly active users', - ['500 MB database space', '2 Core shared CPU • 1 GB RAM'], + ['500 MB database space', 'Shared CPU • 500 MB RAM'], '5 GB bandwidth', 'Community support', ],