Record an observation about why webseed peers are doing most of the work in recent testing

This commit is contained in:
Matt Joiner 2021-12-02 13:48:52 +11:00
parent c653cf2070
commit 32d9ec900c
1 changed files with 2 additions and 0 deletions

View File

@ -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()
}