mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
doc: update bitcoin.conf maxconnections info
This commit is contained in:
parent
926827065f
commit
300234ab66
1 changed files with 6 additions and 1 deletions
|
@ -63,7 +63,12 @@
|
|||
# Port on which to listen for connections (default: 8333, testnet: 18333, signet: 38333, regtest: 18444)
|
||||
#port=
|
||||
|
||||
# Maximum number of inbound+outbound connections.
|
||||
# Maximum number of inbound + outbound connections (default: 125). This option
|
||||
# applies only if inbound connections are enabled; otherwise, the number of connections
|
||||
# will not be more than 11: 8 full-relay connections, 2 block-relay-only ones, and
|
||||
# occasionally 1 short-lived feeler or extra outbound block-relay-only connection.
|
||||
# These limits do not apply to connections added manually with the -addnode
|
||||
# configuration option or the addnode RPC, which have a separate limit of 8 connections.
|
||||
#maxconnections=
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue