Skip to content

Commit 6d53507

Browse files
lidelhacdias
authored andcommitted
fix: switch lowpower profile to autoclient
We missed this in ipfs#9708
1 parent 78a96e3 commit 6d53507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ functionality - performance of content discovery and data
174174
fetching may be degraded.
175175
`,
176176
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")
178178
c.AutoNAT.ServiceMode = AutoNATServiceDisabled
179179
c.Reprovider.Interval = NewOptionalDuration(0)
180180

0 commit comments

Comments
 (0)