IPNS resolve needs ability to purge cached records #10582
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
Checklist
Installation method
docker image
Version
Description
Context
I want to be able to trigger a refresh of my IPNS value. I tried lowering TTL & MaxCacheTTL (as suggested here) - but that will mean that the gateway has a ~40s delay for the first request after the cache entry was evicted.
So I thought: what if I regularily resovle the IPNS value without cache and thus refresh the cache?
It turns out kubo does find the new value, but appears to completely bypass the cache - also not updating it. That is unfortunate :/
The text was updated successfully, but these errors were encountered: