refactor(storage): standardize size limits to use GB units
This commit is contained in:
@@ -50,8 +50,8 @@ ENV WARPBOX_DATA_DIR=/app/data \
|
||||
WARPBOX_ONE_TIME_DOWNLOAD_EXPIRY_SECONDS=604800 \
|
||||
WARPBOX_ONE_TIME_DOWNLOAD_RETRY_ON_FAILURE=false \
|
||||
WARPBOX_ADMIN_ENABLED=true \
|
||||
WARPBOX_GLOBAL_MAX_FILE_SIZE_MB=2048 \
|
||||
WARPBOX_GLOBAL_MAX_BOX_SIZE_MB=4096 \
|
||||
WARPBOX_GLOBAL_MAX_FILE_SIZE_GB=2 \
|
||||
WARPBOX_GLOBAL_MAX_BOX_SIZE_GB=4 \
|
||||
WARPBOX_DEFAULT_GUEST_EXPIRY_SECONDS=3600 \
|
||||
WARPBOX_MAX_GUEST_EXPIRY_SECONDS=172800 \
|
||||
WARPBOX_BOX_POLL_INTERVAL_MS=5000 \
|
||||
|
||||
Reference in New Issue
Block a user