@@ -243,9 +243,15 @@ documented in `ipfs config profile --help`.
243243
244244- ` lowpower `
245245
246- Reduces daemon overhead on the system. May affect node
246+ Reduces daemon overhead on the system. Affects node
247247 functionality - performance of content discovery and data
248- fetching may be degraded.
248+ fetching may be degraded. Local data won't be announced on routing systems like DHT.
249+
250+ - ` Swarm.ConnMgr ` set to maintain minimum number of p2p connections at a time.
251+ - Disables [ ` Reprovider ` ] ( #reprovider ) service → no CID will be announced on DHT and other routing systems(!)
252+ - Disables AutoNAT.
253+
254+ Use this profile with caution.
249255
250256## Types
251257
@@ -1730,7 +1736,8 @@ be configured to keep. Kubo currently supports two connection managers:
17301736* none: never close idle connections.
17311737* basic: the default connection manager.
17321738
1733- Default: basic
1739+ By default, this section is empty and the implicit defaults defined below
1740+ are used.
17341741
17351742#### ` Swarm.ConnMgr.Type `
17361743
@@ -1739,8 +1746,7 @@ management) and `"basic"`.
17391746
17401747Default: "basic".
17411748
1742- Type: ` string ` (when unset or ` "" ` , the default connection manager is applied
1743- and all ` ConnMgr ` fields are ignored).
1749+ Type: ` optionalString ` (default when unset or empty)
17441750
17451751#### Basic Connection Manager
17461752
@@ -1779,7 +1785,7 @@ trim down to.
17791785
17801786Default: ` 600 `
17811787
1782- Type: ` integer `
1788+ Type: ` optionalInteger `
17831789
17841790##### ` Swarm.ConnMgr.HighWater `
17851791
@@ -1789,7 +1795,7 @@ towards this limit.
17891795
17901796Default: ` 900 `
17911797
1792- Type: ` integer `
1798+ Type: ` optionalInteger `
17931799
17941800##### ` Swarm.ConnMgr.GracePeriod `
17951801
@@ -1798,7 +1804,7 @@ by the connection manager.
17981804
17991805Default: ` "20s" `
18001806
1801- Type: ` duration `
1807+ Type: ` optionalDuration `
18021808
18031809### ` Swarm.ResourceMgr `
18041810
0 commit comments