From ef764daf44761f0a0f4e46e6335cae68b2f5d108 Mon Sep 17 00:00:00 2001 From: Gus Eggert Date: Fri, 31 Mar 2023 12:58:22 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Steve Loeppky --- docs/changelogs/v0.19.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/changelogs/v0.19.md b/docs/changelogs/v0.19.md index 413ac7f53f3..722f0067710 100644 --- a/docs/changelogs/v0.19.md +++ b/docs/changelogs/v0.19.md @@ -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