improve config option docs
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
Aug 20, 2016 at 11:49 UTC
0b6bfabcff98bafc1118713135b0f5131f194ad3
1 file changed
+8
-1
docs/config.md
+8
-1
@@ -194,7 +194,14 @@ Mountpoint for `/ipns/`.
194
Sets the FUSE allow other option on the mountpoint.
195
196
## `ReproviderInterval`
197
-Sets the time between rounds of reproviding local content to the routing system. If unset, it defaults to 12 hours. If set to the value `"0"` it will disable content reproviding.
197
+Sets the time between rounds of reproviding local content to the routing
198
+system. If unset, it defaults to 12 hours. If set to the value `"0"` it will
199
+disable content reproviding.
200
+
201
+Note: disabling content reproviding will result in other nodes on the network
202
+not being able to discover that you have the objects that you have. If you want
203
+to have this disabled and keep the network aware of what you have, you must
204
+manually announce your content periodically.
205
206
## `SupernodeRouting`
207
Deprecated.