This commit is contained in:
YouROK
2020-12-17 22:13:23 +03:00
parent 3385c136ec
commit 704b07fae8

View File

@@ -49,7 +49,7 @@ func (r *Reader) preload() {
} }
for i := begin; i < end; i++ { for i := begin; i < end; i++ {
if i >= readerPiece && i <= readerPiece+rahPiece { // reader pieces if i <= readerPiece+rahPiece { // reader pieces
continue continue
} }
torr.Piece(i).SetPriority(torrent.PiecePriorityNormal) torr.Piece(i).SetPriority(torrent.PiecePriorityNormal)