Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make chunk size a uint64 #634

Merged
merged 1 commit into from
Jan 1, 2025
Merged

Make chunk size a uint64 #634

merged 1 commit into from
Jan 1, 2025

Conversation

mtlynch
Copy link
Owner

@mtlynch mtlynch commented Jan 1, 2025

It can't be negative anyway, so uint is better than int, and uint64 makes it work nicely with other values around file size that have to be uint64.

It can't be negative anyway, so uint is better than int, and uint64 makes it work nicely with other values around file size that have to be uint64.
@mtlynch mtlynch enabled auto-merge (squash) January 1, 2025 14:58
@mtlynch mtlynch merged commit beabb99 into master Jan 1, 2025
9 checks passed
@mtlynch mtlynch deleted the uint64-chunk branch January 1, 2025 14:59
@github-actions github-actions bot locked and limited conversation to collaborators Jan 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant