mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 8462cd5601 into merged_master (Bitcoin PR bitcoin/bitcoin#22080)
This commit is contained in:
commit
57dadc1274
1 changed files with 6 additions and 0 deletions
|
|
@ -71,6 +71,12 @@
|
|||
# configuration option or the addnode RPC, which have a separate limit of 8 connections.
|
||||
#maxconnections=
|
||||
|
||||
# Maximum upload bandwidth target in MiB per day (e.g. 'maxuploadtarget=1024' is 1 GiB per day).
|
||||
# This limits the upload bandwidth for those with bandwidth limits. 0 = no limit (default: 0).
|
||||
# -maxuploadtarget does not apply to peers with 'download' permission.
|
||||
# For more information on reducing bandwidth utilization, see: doc/reduce-traffic.md.
|
||||
#maxuploadtarget=
|
||||
|
||||
#
|
||||
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue