Skip to content

Commit

Permalink
Update docs/changelogs/v0.22.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adin Schmahmann <[email protected]>
  • Loading branch information
Jorropo and aschmahmann authored Jul 25, 2023
1 parent 77ecec5 commit 35130e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/changelogs/v0.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ to V2 only in the future.

#### IPNS name resolution has been fixed

IPNS name resolution used to always take 1 minute if the record was not yet cached.
Even tho the DHT query most often finish in three digits miliseconds to single digits seconds.
IPNS name resolution had a regression where if IPNS over PubSub was enabled, but the name was not also available via IPNS over PubSub it would take 1 minute to for the lookup to complete (if the record was not yet cached).

This has been fixed, it now takes as long as the DHT will take.
This has been fixed and as before will give the best record from either the DHT subsystem or IPNS over PubSub, whichever comes back first.

For details see [#9927](https://github.com/ipfs/kubo/issues/9927) and [#10020](https://github.com/ipfs/kubo/pull/10020).

Expand Down

0 comments on commit 35130e0

Please sign in to comment.