-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Introduce -maxuploadtarget #2816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
☔ The latest upstream changes (presumably #2143) made this pull request unmergeable. Please resolve the merge conflicts. |
|
☔ The latest upstream changes (presumably #2873) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@str4d can you resolve these conflicts before getting a review? Or does that not make sense in this case? |
2847094 to
6a01bab
Compare
|
Rebased on master to fix merge conflicts. |
|
☔ The latest upstream changes (presumably #4060) made this pull request unmergeable. Please resolve the merge conflicts. |
|
☔ The latest upstream changes (presumably #2390) made this pull request unmergeable. Please resolve the merge conflicts. |
str4d
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed with @daira.
|
☔ The latest upstream changes (presumably #4318) made this pull request unmergeable. Please resolve the merge conflicts. |
6a01bab to
e87a5ad
Compare
|
☔ The latest upstream changes (presumably #4702) made this pull request unmergeable. Please resolve the merge conflicts. |
5d6d9b9 to
9b8f9c5
Compare
|
☔ The latest upstream changes (presumably #4985) made this pull request unmergeable. Please resolve the merge conflicts. |
* -maxuploadtarget can be set in MiB * if <limit> - ( time-left-in-24h-cycle / 600 * MAX_BLOCK_SIZE ) has reach, stop serve blocks older than one week and filtered blocks * no action if limit has reached, no guarantee that the target will not be surpassed * add outbound limit informations to rpc getnettotals Zcash: Also includes a cleanup from bitcoin/bitcoin#5697
* log: nMaxOutboundLimit is in bytes * log: Hide misleading -maxuploadtarget=0 warning * qa : Minor cleanup to maxuploadtarget rpc tests * net: Use DEFAULT_MAX_UPLOAD_TARGET = 0
9b8f9c5 to
e6b250c
Compare
Zcash: Update recommended minimum -maxuploadtarget
e6b250c to
3f2221c
Compare
nuttycom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 3f2221c
Co-authored-by: str4d <[email protected]>
3f2221c to
676d302
Compare
|
@zkbot r+ |
|
📌 Commit 676d302 has been approved by |
|
⌛ Testing commit 676d302 with merge fd0d435f72552b3936a30d60b914b8a70d351d0c... |
|
💔 Test failed - pr-merge |
|
@zkbot retry |
Cherry-picked from the following upstream PRs:
Part of #2074.