piece.go | 5 +++-- diff --git a/piece.go b/piece.go index 1d0e63178bbf44946f83e4d843f7718fc8023c9c..ec24b7db120fee5574fa276dad7c9903677099ae 100644 --- a/piece.go +++ b/piece.go @@ -24,8 +24,9 @@ const ( PiecePriorityNone piecePriority = iota // Not wanted. PiecePriorityNormal // Wanted. PiecePriorityReadahead // May be required soon. - PiecePriorityNext // Succeeds a piece where a read occurred. - PiecePriorityNow // A Reader is reading in this piece. + // Succeeds a piece where a read occurred. Currently the same as Now, apparently due to issues with caching. + PiecePriorityNext + PiecePriorityNow // A Reader is reading in this piece. ) type piece struct {