feat: Increase file size limit from 25GB to 50.1GB #396
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Have you read the Contributing Guidelines?
Issue #
Describe your changes
Clearly and concisely describe what's in this pull request. Include screenshots, if necessary.
Note
Increases max file size to 50.1GB, switches multipart target part size to 250MB with sliding-window concurrency, adds progress bars to validation, and sets a download request timeout.
TARGET_PART_SIZE_MBto250; keepMAX_MULTIPART_PARTSat250.MultipartUploadManager._upload_parts_concurrentto respectmax_concurrent_partswhile continuously feeding new parts.MAX_FILE_SIZE_GB = 50.1.request_timeout=3600to raw GET inDownloadManager.download.tqdmfor progress; importtqdm.as_completedmocking to align with sliding-window behavior.Written by Cursor Bugbot for commit 7ac3d44. This will update automatically on new commits. Configure here.