• Base web seed pipeline length on piece length

    feross committed Apr 6, 2016
    Before this, the web seed pipeline length was based on the block size,
    just like it is for wire connections, which are block-based.
    
    This meant that we were massively over-estimating the number of http
    requests to make to the web seed servers.
    
    Now we use the piece length, since each web seed request is a piece
    length in size.