lwm2m-node-lib icon indicating copy to clipboard operation
lwm2m-node-lib copied to clipboard

Update unregistration mechanism for Mongo DB registry

Open dmoranj opened this issue 10 years ago • 0 comments

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.

dmoranj avatar May 14 '15 13:05 dmoranj