@cryptotaxi247 / kubo / commits / d32318959

docs: refine the wording of provider strategies

Daniel N committed Jun 30, 2022 at 14:28 UTC d3231895984a695a719d39595d0bb47429d6fbbe
1 file changed +5 -4
docs/config.md
+5 -4
@@ -1276,11 +1276,12 @@ Type: `array[peering]`
1276 ### `Reprovider.Strategy`
1277
1278 Tells reprovider what should be announced. Valid strategies are:
1279 - - "all" - announce all stored data
1280 - - "pinned" - only announce pinned data
1281 - - "roots" - only announce directly pinned keys and root keys of recursive pins
1279
1283 -Default: all
1280 +- `"all"` - announce all CIDs of stored blocks
1281 +- `"pinned"` - only announce pinned CIDs recursively (both roots and child blocks)
1282 +- `"roots"` - only announce root CIDs of recursive pins and explicitly pinned CIDs
1283 +
1284 +Default: `"all"`
1285
1286 Type: `string` (or unset for the default, which is "all")
1287