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

Leak? #986

Open
mikecann opened this issue Mar 6, 2023 · 1 comment
Open

Leak? #986

mikecann opened this issue Mar 6, 2023 · 1 comment

Comments

@mikecann
Copy link

mikecann commented Mar 6, 2023

Hey,

Im just wondering is there any way to set a TTL or some other functions to "clear old records" from the store? Im worried that having the store grow in definately will cause out of memory issues for us.

@strblr
Copy link

strblr commented May 30, 2023

Hello,

From reading the code quite a bit, I think old records are cleared either on an operation basis when the client sends some tear-down message with the operation id, or on a socket basis when it disconnects. Not sure what I'm missing here.

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

No branches or pull requests

2 participants