libp2p / hydra-booster

A DHT Indexer node & Peer Router
Other
86 stars 5 forks source link

Add TTL to IPNS records in DDB #168

Open guseggert opened 2 years ago

guseggert commented 2 years ago

Currently the IPNS records don't have a DDB TTL set. This doesn't have much of an effect other than the DB grows indefinitely. We'll need to add a TTL field to a new DB and flip over to it, and delete the old DB. This will wipe all the existing IPNS records, but that should be fine.