Skip to content

Commit efb86e7

Browse files
committed
reprovider: strategy docs
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
1 parent a07e3f9 commit efb86e7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/config.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ a running daemon do not read the config file at runtime.
1515
- [`Identity`](#identity)
1616
- [`Ipns`](#ipns)
1717
- [`Mounts`](#mounts)
18-
- [`ReproviderInterval`](#reproviderinterval)
18+
- [`Reproviderl`](#reprovider)
1919
- [`SupernodeRouting`](#supernoderouting)
2020
- [`Swarm`](#swarm)
2121
- [`Tour`](#tour)
@@ -193,7 +193,9 @@ Mountpoint for `/ipns/`.
193193
- `FuseAllowOther`
194194
Sets the FUSE allow other option on the mountpoint.
195195

196-
## `ReproviderInterval`
196+
## `Reprovider`
197+
198+
- `Interval`
197199
Sets the time between rounds of reproviding local content to the routing
198200
system. If unset, it defaults to 12 hours. If set to the value `"0"` it will
199201
disable content reproviding.
@@ -203,6 +205,12 @@ not being able to discover that you have the objects that you have. If you want
203205
to have this disabled and keep the network aware of what you have, you must
204206
manually announce your content periodically.
205207

208+
- `Strategy`
209+
Tells reprovider what should be announced. Valid strategies are:
210+
- "all" (default) - announce all stored data
211+
- "pinned" - only announce pinned data
212+
- "roots" - only announce directly pinned keys and root keys of recursive pins
213+
206214
## `SupernodeRouting`
207215
Deprecated.
208216

0 commit comments

Comments
 (0)