fix: switch lowpower profile to autoclient
We missed this in https://github.com/ipfs/kubo/pull/9708
Marcin Rataj committed
Apr 3, 2024 at 20:09 UTC
6d535072dcacfb444f10ed477f82d177800b7aca
1 file changed
+1
-1
config/profile.go
+1
-1
@@ -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
177
+ c.Routing.Type = NewOptionalString("autoclient")
178
c.AutoNAT.ServiceMode = AutoNATServiceDisabled
179
c.Reprovider.Interval = NewOptionalDuration(0)
180