IPNS availability optimizations

What can I do to ensure IPNS availability? IPNS documentation is virtually non-existent. Is there a way to have the IPNS name not expire from caches unless a new broadcast is made? Otherwise, how can one assure fast and reliable IPNS resolution?

1 Like

I had a similar use case and ended up scripting my own solution @ https://github.com/TitaniumCoder477/ipfs-watcher

I run the ipfs daemon in a background process. Then I name publish the hash to keep it fresh in ipfs. I run this script as a cron task so that it always starts the daemon if itโ€™s not already running prior to publishing again.