Skip to content

Reduce maximum part size from 5GB to 4GB#41

Closed
panagpapad wants to merge 0 commit into
mainfrom
chore/reduce-maximum-part-size-exporter
Closed

Reduce maximum part size from 5GB to 4GB#41
panagpapad wants to merge 0 commit into
mainfrom
chore/reduce-maximum-part-size-exporter

Conversation

@panagpapad

Copy link
Copy Markdown
Contributor

No description provided.

@panagpapad panagpapad requested a review from a team as a code owner June 23, 2026 14:57
// Calculate part size (minimum 1GB, maximum 5GB per part)
const MIN_PART_SIZE: u64 = 1024 * 1024 * 1024; // 1GB
const MAX_PART_SIZE: u64 = 5 * 1024 * 1024 * 1024; // 5GB
const MAX_PART_SIZE: u64 = 4 * 1024 * 1024 * 1024; // 5GB

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4* 👀 ❤️

Comment thread rustic-mongo-buddy/src/mongo_data_exporter.rs Outdated
@panagpapad panagpapad force-pushed the chore/reduce-maximum-part-size-exporter branch from 3453fc2 to bc78b76 Compare June 23, 2026 15:28
@panagpapad panagpapad closed this Jun 23, 2026
@panagpapad panagpapad force-pushed the chore/reduce-maximum-part-size-exporter branch from bc78b76 to f8d4051 Compare June 23, 2026 15:30
@panagpapad panagpapad deleted the chore/reduce-maximum-part-size-exporter branch June 23, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants