File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ The Object API commands deprecated back in [2021](https://github.com/ipfs/kubo/i
33
33
34
34
The pin roots are now prioritized when announcing content in the Amino DHT, making the content accessible faster.
35
35
36
+ More details in [ ` Reprovider.Strategy ` docs] ( https://github.com/ipfs/kubo/blob/master/docs/config.md#reproviderstrategy ) .
37
+
36
38
### 📝 Changelog
37
39
38
40
### 👨👩👧👦 Contributors
Original file line number Diff line number Diff line change @@ -1500,7 +1500,9 @@ Type: `optionalDuration` (unset for the default)
1500
1500
Tells reprovider what should be announced. Valid strategies are:
1501
1501
1502
1502
- ` "all" ` - announce all CIDs of stored blocks
1503
+ - Order: the root CIDs of pins are announced first, then the rest of CIDs in the blockstore.
1503
1504
- ` "pinned" ` - only announce pinned CIDs recursively (both roots and child blocks)
1505
+ - Order: the root CIDs of pins are announced first, then the internal child CIDs of recursively pinned DAGs.
1504
1506
- ` "roots" ` - only announce the root block of explicitly pinned CIDs
1505
1507
- ** ⚠️ BE CAREFUL:** node with ` roots ` strategy will not announce child blocks.
1506
1508
It makes sense only for use cases where the entire DAG is fetched in full,
You can’t perform that action at this time.
0 commit comments