You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: