Add chunked uploads and raise storage rate to GHS 0.30/GB/month.
Deploy Ladill Transfer / deploy (push) Successful in 39s
Deploy Ladill Transfer / deploy (push) Successful in 39s
Large files upload in 5 MB chunks (hosting file manager pattern) for the transfer UI and Ladill Mail S2S API, with no app-level file size cap when TRANSFER_MAX_FILE_BYTES=0. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+3
-2
@@ -37,8 +37,9 @@ BILLING_API_KEY_TRANSFER=
|
||||
IDENTITY_API_URL=https://ladill.com/api
|
||||
IDENTITY_API_KEY_TRANSFER=
|
||||
|
||||
TRANSFER_PRICE_PER_GB_MONTH=0.15
|
||||
TRANSFER_MAX_FILE_BYTES=524288000
|
||||
TRANSFER_PRICE_PER_GB_MONTH=0.30
|
||||
# 0 = no app-level file size cap (chunked uploads handle large files).
|
||||
TRANSFER_MAX_FILE_BYTES=0
|
||||
TRANSFER_MAX_FILES=20
|
||||
TRANSFER_DEFAULT_RETENTION_DAYS=30
|
||||
TRANSFER_MAIL_RETENTION_DAYS=30
|
||||
|
||||
Reference in New Issue
Block a user