Update piece.go

This commit is contained in:
nikk gitanes
2021-07-22 12:18:07 +03:00
parent 3db22a4018
commit 757bbadaa1

View File

@@ -74,7 +74,4 @@ func (p *Piece) Release() {
p.dPiece.Release()
}
p.cache.torrent.Piece(p.Id).SetPriority(torrent.PiecePriorityNone)
// fix remove pieces hash
//p.cache.torrent.Piece(p.Id).UpdateCompletion()
}