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

feat: max requests per concurrent user at a time #8

Merged
merged 2 commits into from
Mar 21, 2022
Merged

Conversation

bjarneo
Copy link
Owner

@bjarneo bjarneo commented Mar 21, 2022

#7

By implementing a basic queue system that pushes and pops requests from a slice, this will make it possible to limit requests per concurrent user.
@bjarneo bjarneo merged commit 317624b into main Mar 21, 2022
@bjarneo bjarneo deleted the feat/max-requests branch March 21, 2022 14:55
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.

None yet

1 participant