Skip to content

Commit

Permalink
fix: switch lowpower profile to autoclient
Browse files Browse the repository at this point in the history
We missed this in 
#9708
  • Loading branch information
lidel authored and hacdias committed Apr 4, 2024
1 parent 78a96e3 commit 6d53507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ functionality - performance of content discovery and data
fetching may be degraded.
`,
Transform: func(c *Config) error {
c.Routing.Type = NewOptionalString("dhtclient") // TODO: https://github.com/ipfs/kubo/issues/9480
c.Routing.Type = NewOptionalString("autoclient")
c.AutoNAT.ServiceMode = AutoNATServiceDisabled
c.Reprovider.Interval = NewOptionalDuration(0)

Expand Down

0 comments on commit 6d53507

Please sign in to comment.