File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ a running daemon do not read the config file at runtime.
15
15
- [ ` Identity ` ] ( #identity )
16
16
- [ ` Ipns ` ] ( #ipns )
17
17
- [ ` Mounts ` ] ( #mounts )
18
- - [ ` ReproviderInterval ` ] ( #reproviderinterval )
18
+ - [ ` Reproviderl ` ] ( #reprovider )
19
19
- [ ` SupernodeRouting ` ] ( #supernoderouting )
20
20
- [ ` Swarm ` ] ( #swarm )
21
21
- [ ` Tour ` ] ( #tour )
@@ -193,7 +193,9 @@ Mountpoint for `/ipns/`.
193
193
- ` FuseAllowOther `
194
194
Sets the FUSE allow other option on the mountpoint.
195
195
196
- ## ` ReproviderInterval `
196
+ ## ` Reprovider `
197
+
198
+ - ` Interval `
197
199
Sets the time between rounds of reproviding local content to the routing
198
200
system. If unset, it defaults to 12 hours. If set to the value ` "0" ` it will
199
201
disable content reproviding.
@@ -203,6 +205,12 @@ not being able to discover that you have the objects that you have. If you want
203
205
to have this disabled and keep the network aware of what you have, you must
204
206
manually announce your content periodically.
205
207
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
+
206
214
## ` SupernodeRouting `
207
215
Deprecated.
208
216
You can’t perform that action at this time.
0 commit comments