aboutsummaryrefslogtreecommitdiff
path: root/doc/reduce-memory.md
diff options
context:
space:
mode:
authorglowang <wanggloria21@gmail.com>2020-03-29 00:29:15 -0700
committerglowang <wanggloria21@gmail.com>2020-03-29 05:12:30 -0700
commit621e86ee8d0102e2bf41f7656a368083b89b2f83 (patch)
tree9c9aa6ce569cc8defe5be0c75d64112d280c799c /doc/reduce-memory.md
parent3a8d25064e700ff2e69600cc1ede597751283a85 (diff)
downloadbitcoin-621e86ee8d0102e2bf41f7656a368083b89b2f83.tar.xz
Update -blocksonly documentation
When -blocksonly is set to 1, it interacts with the -walletbroadcast parameter and sets it to 0 if it has not been set already.This behavior is not captured by the current documentation, which claims that -blocksonly does not impact any wallet transactions. Update the max number of outgoing peers from 8 to 10, due to the addition of two -blocksonly peers.
Diffstat (limited to 'doc/reduce-memory.md')
-rw-r--r--doc/reduce-memory.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reduce-memory.md b/doc/reduce-memory.md
index b0faf0825a..34a5b19b12 100644
--- a/doc/reduce-memory.md
+++ b/doc/reduce-memory.md
@@ -24,8 +24,7 @@ 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 `8`.
+- `-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.
## Thread configuration