From 330cfe6f7cdb887951e017192b48f94f2addded7 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Thu, 9 May 2024 09:30:55 +0530 Subject: [PATCH] Update free plan storage --- server/ente/billing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ente/billing.go b/server/ente/billing.go index 20c37bdb5..f623a92e8 100644 --- a/server/ente/billing.go +++ b/server/ente/billing.go @@ -11,7 +11,7 @@ import ( const ( // FreePlanStorage is the amount of storage in free plan - FreePlanStorage = 1 * 1024 * 1024 * 1024 + FreePlanStorage = 5 * 1024 * 1024 * 1024 // FreePlanProductID is the product ID of free plan FreePlanProductID = "free" // FreePlanTransactionID is the dummy transaction ID for the free plan