You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use exponential backoff (0.3s..5s) for task polling instead of flat 5s sleep
- Reuse pre-computed SHA256 in _commit_upload instead of hashing the file twice
- Fix DEFAULT_PARALLEL_FILE_UPLOAD_SIZE to 524288000 (500 MB) instead of 52428800 (50 MB)
0 commit comments