]> Sergey Matveev's repositories - btrtrc.git/blobdiff - request-strategy/order.go
gofumpt
[btrtrc.git] / request-strategy / order.go
index 7456649bb6c42da042f6250ff2f23a3a411fcd26..58d06b422553f698cad657e918ffee5340319664 100644 (file)
@@ -330,7 +330,7 @@ func allocatePendingChunks(p requestablePiece, peers []*requestsPeer) {
        sortPeersForPiece := func(req *RequestIndex) {
                peersForPieceSorter.req = req
                sort.Sort(&peersForPieceSorter)
-               //ensureValidSortedPeersForPieceRequests(&peersForPieceSorter)
+               // ensureValidSortedPeersForPieceRequests(&peersForPieceSorter)
        }
        // 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.