libp2p/hydra-booster

Add TTL to IPNS records in DDB

guseggert opened this issue · 0 comments

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.