Max Concurrent Chunk Uploads and Speed Limit Configuration
✨ Features
- server: Added
FILE_UPLOAD_CONCURRENT_CHUNKSenvironment variable (default:3) to control the number of parallel chunk uploads per session - increase to improve upload speed in Chromium browsers through HTTP/2 proxies - server: Added
FILE_UPLOAD_SPEED_LIMITenvironment variable (default:0= unlimited) to cap upload throughput per session - supports human-readable values like100MB(bytes per second) - web: Client now reads the configured concurrent chunk count from the server and adjusts parallel uploads accordingly
📝 Documentation
- docs: Added
FILE_UPLOAD_CONCURRENT_CHUNKSandFILE_UPLOAD_SPEED_LIMITto user-guide environment variables page with new "Upload Performance" section - docs: Added
FILE_UPLOAD_CONCURRENT_CHUNKSandFILE_UPLOAD_SPEED_LIMITto developer-guide environment reference
🐳 Docker
- Image:
skyfay/skysend:v2.2.4 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64