request-strategy/order.go | 2 +- diff --git a/request-strategy/order.go b/request-strategy/order.go index f722e388c0b81cfd7576cbcc6ab3bae75b2817d0..41f5902d026504517cae5c9648e52568f669100e 100644 --- a/request-strategy/order.go +++ b/request-strategy/order.go @@ -274,7 +274,7 @@ j.Id.Uintptr(), ).MustLess() } sort.Slice(peersForPiece, less) - ensureValidSortedPeersForPieceRequests(peersForPiece, less) + //ensureValidSortedPeersForPieceRequests(peersForPiece, less) } // Chunks can be preassigned several times, if peers haven't been able to update their "actual" // with "next" request state before another request strategy run occurs.