Merge pull request #6958
9c3ee3b[doc] Add -maxuploadtarget release notes (MarcoFalke)b27e81f[net] Cleanup maxuploadtarget (MarcoFalke)
This commit is contained in:
@@ -192,7 +192,8 @@ class MaxUploadTest(BitcoinTestFramework):
|
||||
getdata_request.inv.append(CInv(2, big_old_block))
|
||||
|
||||
max_bytes_per_day = 200*1024*1024
|
||||
max_bytes_available = max_bytes_per_day - 144*1000000
|
||||
daily_buffer = 144 * 1000000
|
||||
max_bytes_available = max_bytes_per_day - daily_buffer
|
||||
success_count = max_bytes_available / old_block_size
|
||||
|
||||
# 144MB will be reserved for relaying new blocks, so expect this to
|
||||
|
||||
Reference in New Issue
Block a user