From ce5200c3f19d84e77598ea9b19b5a49053e681de Mon Sep 17 00:00:00 2001 From: Haiko Schol <539509+haikoschol@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:34:53 +0700 Subject: [PATCH] docs(cli): fix default value of --min-peers (#4263) --- docs/docs/usage/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/command-line.md b/docs/docs/usage/command-line.md index 58a12908e7..9b374a261b 100644 --- a/docs/docs/usage/command-line.md +++ b/docs/docs/usage/command-line.md @@ -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