We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a96e3 commit 6d53507Copy full SHA for 6d53507
config/profile.go
@@ -174,7 +174,7 @@ functionality - performance of content discovery and data
174
fetching may be degraded.
175
`,
176
Transform: func(c *Config) error {
177
- c.Routing.Type = NewOptionalString("dhtclient") // TODO: https://github.com/ipfs/kubo/issues/9480
+ c.Routing.Type = NewOptionalString("autoclient")
178
c.AutoNAT.ServiceMode = AutoNATServiceDisabled
179
c.Reprovider.Interval = NewOptionalDuration(0)
180
0 commit comments