-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
ipns publish: lower the default TTL #10718
Copy link
Copy link
Closed
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featureneed/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritizationtopic/ipnsTopic ipnsTopic ipns
Metadata
Metadata
Assignees
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featureneed/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritizationtopic/ipnsTopic ipnsTopic ipns
Checklist
Description
Never-ending complains about IPNS being slow usually boil down to the implicit default of
--ttlinipfs name publishRPC being set to 1h.It may not be the best default for Kubo and also not the best recommendation in Specs (https://specs.ipfs.tech/ipns/ipns-record/)
We may look into the default setting big DNS providers have (afaik Cloudflare uses 5 minutes for the same reason – a tradeoff between caching and user complaints due to slow propagation), and change spec recommendation and Kubo default to more pragmatic value.
Ref.
TODO
DefaultRecordTTLto 5m boxo#859