Skip to content

Commit

Permalink
docs(config): fix Peering header
Browse files Browse the repository at this point in the history
Peering is top level namespace
  • Loading branch information
lidel committed Aug 25, 2020
1 parent 92fbcc3 commit d44fb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ does (e.g, `"1d2h4m40.01s"`).
- [`Pubsub`](#pubsub)
- [`Pubsub.Router`](#pubsubrouter)
- [`Pubsub.DisableSigning`](#pubsubdisablesigning)
- [`Peering`](#peering)
- [`Peering.Peers`](#peeringpeers)
- [`Peering`](#peering)
- [`Peering.Peers`](#peeringpeers)
- [`Reprovider`](#reprovider)
- [`Reprovider.Interval`](#reproviderinterval)
- [`Reprovider.Strategy`](#reproviderstrategy)
Expand Down Expand Up @@ -846,7 +846,7 @@ Default: `false`

Type: `bool`

### `Peering`
## `Peering`

Configures the peering subsystem. The peering subsystem configures go-ipfs to
connect to, remain connected to, and reconnect to a set of nodes. Nodes should
Expand Down Expand Up @@ -883,7 +883,7 @@ Peering can be asymmetric or symmetric:
connection may flap repeatedly. Be careful when asymmetrically peering to not
overload peers.

#### `Peering.Peers`
### `Peering.Peers`

The set of peers with which to peer.

Expand Down

0 comments on commit d44fb7e

Please sign in to comment.