From: Matt Joiner Date: Tue, 11 May 2021 07:14:56 +0000 (+1000) Subject: Forgot to remove initial have all state for webseeds X-Git-Tag: v1.29.0~31^2~40 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4577e8a3c121925912483d9c6dff96fefa5e8d9b;p=btrtrc.git 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. --- 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),