mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-17 06:01:04 +00:00
added NOTE on inefficiency.
This commit is contained in:
@@ -181,6 +181,8 @@ func (bp *BlockPool) handleEvent(event_ interface{}) {
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: This function is sufficient, but we should find pending blocks
|
||||
// and sample the peers in one go rather than the current O(n^2) impl.
|
||||
func (bp *BlockPool) requestBlocksFromRandomPeers(maxPeers int) {
|
||||
chosen := bp.pickAvailablePeers(maxPeers)
|
||||
log.Debug("requestBlocksFromRandomPeers", "chosen", len(chosen))
|
||||
|
||||
Reference in New Issue
Block a user