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 <biglep@protocol.ai>
  • Loading branch information
guseggert and BigLep committed Mar 31, 2023
1 parent 09f35b2 commit ef764da
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 ef764da

Please sign in to comment.