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

Periodic republishing of key-value pairs causes TTL expiration deletion to fail? #104

Open
kkisbug opened this issue Oct 6, 2023 · 0 comments

Comments

@kkisbug
Copy link

kkisbug commented Oct 6, 2023

I noticed that the logic to republish key-value pairs every hour seems to refresh the timestamp of the key-value pairs (via the _refresh_table method in network.py), thereby causing the TTL expiration deletion logic for the key-value pairs to become ineffective (if the expiration time is longer than the republishing interval). Is this intentional?

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

1 participant