Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Loeppky <[email protected]>
  • Loading branch information
guseggert and BigLep authored Mar 31, 2023
1 parent 0798162 commit 58b0c28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/changelogs/v0.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
### 🔦 Highlights

#### DHT Timeouts
In v0.16.0, Kubo added the ability to configure custom content routers and DHTs with the `custom` router type, and as part of this added a default 5 minute timeout to all DHT operations. In some cases with large repos, this can cause provide and reprovide operations to fail because the timeout is reached. This release removes these timeouts on DHT operations. If users desire these timeouts, they can be added back using the `custom` router type.

For more information, see https://github.com/ipfs/kubo/issues/9722
In v0.16.0, Kubo added the ability to configure custom content routers and DHTs with the `custom` router type, and as part of this added a default 5 minute timeout to all DHT operations. In some cases with large repos ([example](https://github.com/ipfs/kubo/issues/9722)), this can cause provide and reprovide operations to fail because the timeout is reached. This release removes these timeouts on DHT operations. If users desire these timeouts, they can be added back using [the `custom` router type](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingrouters-parameters).

### 📝 Changelog

Expand Down

0 comments on commit 58b0c28

Please sign in to comment.