From 4577e8a3c121925912483d9c6dff96fefa5e8d9b Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 11 May 2021 17:14:56 +1000 Subject: [PATCH] Forgot to remove initial have all state for webseeds Later when the webseed was closed, it was assumed that it had contributed to the piece availability count. --- torrent.go | 1 - 1 file changed, 1 deletion(-) diff --git a/torrent.go b/torrent.go index ae78625f..405748c9 100644 --- a/torrent.go +++ b/torrent.go @@ -2175,7 +2175,6 @@ func (t *Torrent) addWebSeed(url string) { outgoing: true, Network: "http", reconciledHandshakeStats: true, - peerSentHaveAll: true, // TODO: Raise this limit, and instead limit concurrent fetches. PeerMaxRequests: 32, RemoteAddr: remoteAddrFromUrl(url),