Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(peer_loop): Limit block-batch size to 250
Ensure that messages with more than 250 blocks are never sent. In e491b2e, the default reorganization tolerance was increased from 100 to 1.000 blocks, and the max number of blocks in these messages are affected by that value. So this commit intends to prevent too big messages from being sent, as I though 1.000 blocks (~600MB) were too big messages.
- Loading branch information