client.go | 3 --- diff --git a/client.go b/client.go index 9c33c1fff099629e1cd95ca38a1b34bbb38f28de..b8112f32affe7ffbb920d3c2e1aded86558a8013 100644 --- a/client.go +++ b/client.go @@ -372,9 +372,6 @@ if priority != PiecePriorityNone { cl.queueFirstHash(t, piece) } p := t.Pieces[piece] - if p.Hashing || p.QueuedForHash { - return - } if p.Priority != priority { p.Priority = priority cl.pieceChanged(t, piece)