Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
  • Loading branch information
MarcoFalke and hebasto committed Mar 30, 2020
1 parent fae5d88 commit 080eff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/reduce-memory.md
Expand Up @@ -26,7 +26,7 @@ The size of some in-memory caches can be reduced. As caches trade off memory usa

- `-maxconnections=<n>` - the maximum number of connections, this defaults to 125. Each active connection takes up some
memory. This option applies only if incoming connections are enabled, otherwise the number of connections will never
be more than 10. Of the 10 outbound peers, there can be 8 full-relay connections and 2 block-relay-only peers.
be more than 10. Of the 10 outbound peers, there can be 8 full-relay connections and 2 block-relay-only ones.

## Thread configuration

Expand Down
4 changes: 2 additions & 2 deletions doc/reduce-traffic.md
Expand Up @@ -5,8 +5,8 @@ Some node operators need to deal with bandwidth caps imposed by their ISPs.

By default, Bitcoin Core allows up to 125 connections to different peers, 10 of
which are outbound. You can therefore, have at most 115 inbound connections.
Of the 10 outbound peers, there can be 8 full-relay connections and 2 with
block-relay only.
Of the 10 outbound peers, there can be 8 full-relay connections and 2
block-relay-only ones.

The default settings can result in relatively significant traffic consumption.

Expand Down

0 comments on commit 080eff6

Please sign in to comment.