Skip to content

Commit

Permalink
Update CLI p2p bounds options (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminion authored Dec 1, 2020
1 parent 38b3865 commit 359b135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ The default is `0.0.0.0` (all interfaces).
p2p-peer-lower-bound: 25
```

Lower bound on the target number of peers. The default is `20`.
Lower bound on the target number of peers. Teku will actively seek new peers if the number of peers falls below this value. The default is `64`.

### p2p-peer-upper-bound

Expand Down Expand Up @@ -897,7 +897,7 @@ Lower bound on the target number of peers. The default is `20`.
p2p-peer-upper-bound: 40
```

Upper bound on the target number of peers. The default is `30`.
Upper bound on the target number of peers. Teku will refuse new peer requests that would cause the number of peers to exceed this value. The default is `74`.

### p2p-port

Expand Down

0 comments on commit 359b135

Please sign in to comment.