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
Currently, both the in-memory and MongoDB registries use the same manual mechanism to expire records based on lifetime. There may be better ways to make this expiration using MongoDB (e.g.: TTLs). This should save time in each lifetime check.
The text was updated successfully, but these errors were encountered:
Currently, both the in-memory and MongoDB registries use the same manual mechanism to expire records based on lifetime. There may be better ways to make this expiration using MongoDB (e.g.: TTLs). This should save time in each lifetime check.
The text was updated successfully, but these errors were encountered: