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

Possible memory problems with gatecode #14

Open
jnichols-git opened this issue Jul 24, 2022 · 0 comments
Open

Possible memory problems with gatecode #14

jnichols-git opened this issue Jul 24, 2022 · 0 comments
Labels
good first issue Good for newcomers stability Improve stability
Milestone

Comments

@jnichols-git
Copy link
Owner

pkg/gatecode stores codes in memory UNTIL they are checked. If a number of requests are made and never resolved, that memory won't be freed until the server restarts. To avoid stability issues, a solution is needed to routinely empty expired codes from memory.

@jnichols-git jnichols-git added good first issue Good for newcomers stability Improve stability labels Jul 24, 2022
@jnichols-git jnichols-git added this to the V1 Release milestone Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers stability Improve stability
Projects
None yet
Development

No branches or pull requests

1 participant