aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorDouglas Chimento <dchimento@gmail.com>2021-11-17 12:47:30 +0200
committerDouglas Chimento <dchimento@gmail.com>2021-11-17 12:47:30 +0200
commit21b58f430fa05fdb7c5db79b545302417a5dbceb (patch)
tree7998abbdb8b958e8b3c35812a12e1333a98c8270 /doc/release-notes.md
parent94db963de501e4aba6e5d8150a01ceb85753dee1 (diff)
downloadbitcoin-21b58f430fa05fdb7c5db79b545302417a5dbceb.tar.xz
util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]
A convenience utility for human readable arguments/config e.g. -maxuploadtarget=500g
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index b460cd3eb2..4483dee1dd 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -127,6 +127,10 @@ Updated settings
mean `-persistmempool=1`. Passing `-persistmempool=0`, `-persistmempool=1`
and `-nopersistmempool` is unaffected. (#23061)
+- `-maxuploadtarget` now allows human readable byte units [k|K|m|M|g|G|t|T].
+ E.g. `-maxuploadtarget=500g`. No whitespace, +- or fractions allowed.
+ Default is `M` if no suffix provided. (#23249)
+
Tools and Utilities
-------------------