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:
parent
16eb8a9693
commit
4577e8a3c1
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue