Add TODO
This commit is contained in:
parent
95d535032e
commit
692facdebb
|
@ -222,6 +222,8 @@ func (r *reader) readOnceAt(b []byte, pos int64, ctxErr *error) (n int, err erro
|
|||
return
|
||||
}
|
||||
r.t.cl.mu.Lock()
|
||||
// TODO: Just reset pieces in the readahead window. This might help
|
||||
// prevent thrashing with small caches and file and piece priorities.
|
||||
log.Printf("error reading torrent %q piece %d offset %d, %d bytes: %s", r.t, pi, po, len(b1), err)
|
||||
r.t.updateAllPieceCompletions()
|
||||
r.t.updateAllPiecePriorities()
|
||||
|
|
Loading…
Reference in New Issue