Update free plan storage

This commit is contained in:
vishnukvmd 2024-05-09 09:30:55 +05:30
parent 84cbf33299
commit 330cfe6f7c

View file

@ -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