Record an observation about why webseed peers are doing most of the work in recent testing
This commit is contained in:
parent
c653cf2070
commit
32d9ec900c
|
@ -111,6 +111,8 @@ func (ws *webseedPeer) connectionFlags() string {
|
|||
func (ws *webseedPeer) drop() {}
|
||||
|
||||
func (ws *webseedPeer) handleUpdateRequests() {
|
||||
// Because this is synchronous, webseed peers seem to get first dibs on newly prioritized
|
||||
// pieces.
|
||||
ws.peer.maybeUpdateActualRequestState()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue