Skip to content

Commit 8462cd5

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22080: doc: add maxuploadtarget to bitcoin.conf example
947f973 doc: add maxuploadtarget to bitcoin.conf example (apitko) Pull request description: picking up #21499, author has stated they [can't squash](bitcoin/bitcoin#21499 (comment)). This adds the maxuploadtarget option to the `bitcoin.conf` example file. This is useful for those looking to configure their bandwidth utilization. **Changes from Original PR:** - squash commits - fix typo in commit message + reword commit message to be more appropriate - Implement review suggestions ([1](bitcoin/bitcoin#21499 (comment)), [2](bitcoin/bitcoin#21499 (comment)), [3](bitcoin/bitcoin#21499 (review))) - Fix spacing ACKs for top commit: jonatack: ACK 947f973 theStack: re-ACK 947f973 Tree-SHA512: 658ce6e1f204cd1c1c6f8977fd46ba1631f417d3f492e6d777b0ca49ffecc2ecfa4fbd86ca0e08c0dd5d6df4e32f0b56693e0a71bd7eafafd019e93bbcf9420f
2 parents 8c6df2b + 947f973 commit 8462cd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

share/examples/bitcoin.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@
7171
# configuration option or the addnode RPC, which have a separate limit of 8 connections.
7272
#maxconnections=
7373

74+
# Maximum upload bandwidth target in MiB per day (e.g. 'maxuploadtarget=1024' is 1 GiB per day).
75+
# This limits the upload bandwidth for those with bandwidth limits. 0 = no limit (default: 0).
76+
# -maxuploadtarget does not apply to peers with 'download' permission.
77+
# For more information on reducing bandwidth utilization, see: doc/reduce-traffic.md.
78+
#maxuploadtarget=
79+
7480
#
7581
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
7682
#

0 commit comments

Comments
 (0)