Navigation Menu

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

Replacing signed int with uint #6

Merged
merged 1 commit into from Nov 12, 2022
Merged

Replacing signed int with uint #6

merged 1 commit into from Nov 12, 2022

Conversation

Mzack9999
Copy link
Member

Description

This PR replaces signed int64 with uint since counters are always positive down to zero, giving a good approximation of unlimited take behavior.

Closes #4

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Nov 4, 2022
@Mzack9999 Mzack9999 self-assigned this Nov 4, 2022
@ehsandeep ehsandeep merged commit 0635bd6 into main Nov 12, 2022
@ehsandeep ehsandeep deleted the issue-4-arch-max-bits branch November 12, 2022 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upper rate limit should adapt to 32/64 bit architecture
3 participants