diff --git a/server/ente/billing.go b/server/ente/billing.go index 20c37bdb5afcdad5024fbc7105f46b35e9f23513..f623a92e85cadbe4fa7f724930f3f8b3a570bb99 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