Skip to content

Commit

Permalink
docs: Reprovider config
Browse files Browse the repository at this point in the history
This updates docs to match new values from #9326
  • Loading branch information
lidel committed May 29, 2023
1 parent e3126eb commit d0123f8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1326,15 +1326,19 @@ Type: `array[peering]`
### `Reprovider.Interval`

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.
system.

- If unset, it uses the implicit safe default.
- If set to the value `"0"` it will disable content reproviding.

Note: disabling content reproviding will result in other nodes on the network
not being able to discover that you have the objects that you have. If you want
to have this disabled and keep the network aware of what you have, you must
manually announce your content periodically.

Type: `duration`
Default: `22h` (`DefaultReproviderInterval`)

Type: `optionalDuration` (unset for the default)

### `Reprovider.Strategy`

Expand All @@ -1346,7 +1350,7 @@ Tells reprovider what should be announced. Valid strategies are:

Default: `"all"`

Type: `string` (or unset for the default, which is "all")
Type: `optionalString` (unset for the default)

## `Routing`

Expand Down

0 comments on commit d0123f8

Please sign in to comment.