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.
This commit is contained in:
Matt Joiner 2021-05-11 17:14:56 +10:00
parent 16eb8a9693
commit 4577e8a3c1
1 changed files with 0 additions and 1 deletions

View File

@ -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),