Skip to content

Commit

Permalink
docs(cli): fix default value of --min-peers (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
haikoschol authored Oct 18, 2024
1 parent d15b320 commit ce5200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/usage/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These are the flags that can be used with the `gossamer` command
By default, all modules log 'info'.
The global log level can be set with --log global=debug
--max-peers Maximum number of peers to connect to (default 50)
--min-peers Minimum number of peers to connect to (default 5)
--min-peers Minimum number of peers to connect to (default 0)
--name Name of the node
--no-bootstrap Disables network bootstrapping (mdns still enabled)
--no-mdns Disables network mdns discovery
Expand Down

0 comments on commit ce5200c

Please sign in to comment.