Skip to content

Different recommendations for "maxuploadtarget" in docs vs. 13.0rc3 debug.log #8555

@ghost

Description

Using 13.0rc3
Here
https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-traffic.md
is written, regarding -maxuploadtarget: "The recommended minimum is 144 blocks per day (max. 144MB per day)".

Using -maxuploadtarget=200 leads to the following message in debug.log:
"Max outbound target is very small (209715200 bytes) and will be overshot. Recommended minimum is 576000000 bytes."

The different recommendations should be harmonized.

I would also suggest to consistentley use "MiB". E.g. no "MB".

Instead of "Recommended minimum is 576000000 bytes." I would suggest to write "Recommended minimum is 550 MiB." (rounded up)

Instead of "Max outbound target is very small (209715200 bytes) ..." should be written "Max outbound target is very small (200 MiB) ..."

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions