mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 23:47:17 +02:00
doc: block-relay-only is not blocksonly
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,9 @@ The size of some in-memory caches can be reduced. As caches trade off memory usa
|
||||
|
||||
## Number of peers
|
||||
|
||||
- `-maxconnections=<n>` - the maximum number of connections, this defaults to `125`. Each active connection takes up some memory. Only significant 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 outgoing connections and 2 -blocksonly peers, in which case they are block/addr peers, but not tx peers.
|
||||
- `-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 ones.
|
||||
|
||||
## Thread configuration
|
||||
|
||||
|
Reference in New Issue
Block a user