chunks enabled.
This commit is contained in:
@@ -23,3 +23,9 @@ STATE_DB=./data/state.db
|
||||
SESSION_SECRET=SET-A-STRONG-RANDOM-VALUE
|
||||
LOG_LEVEL=DEBUG
|
||||
|
||||
# Chunked uploads (to work around 100MB proxy limits)
|
||||
# Enable to send files in chunks from browser to this service; the service reassembles and forwards to Immich.
|
||||
# Recommended chunk size for Cloudflare Tunnel is <= 95MB.
|
||||
CHUNKED_UPLOADS_ENABLED=false
|
||||
CHUNK_SIZE_MB=95
|
||||
|
||||
|
||||
Reference in New Issue
Block a user