Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Nov 10, 2022
1 parent 802b0ab commit fd1a8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1864,8 +1864,8 @@ struct from [go-libp2p-resource-manager](https://github.com/libp2p/go-libp2p/tre
Current resource usage and a list of services, protocols, and peers can be
obtained via `ipfs swarm stats --help`

It is also possible to adjust some runtime limits via `ipfs stats limit --help`.
Changes made via `stats limit` are persisted in `Swarm.ResourceMgr.Limits`.
It is also possible to adjust some runtime limits via `ipfs swarm limit --help`.
Changes made via `ipfs swarm limit` are persisted in `Swarm.ResourceMgr.Limits`.

Default: `{}` (use the safe implicit defaults)

Expand Down

0 comments on commit fd1a8f2

Please sign in to comment.