Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWhen using the webtorrent client how do you specify that a torrent downloads in-order? #1123
Comments
This comment has been minimized.
This comment has been minimized.
|
It is! :) Torrents are downloaded in-order (sequentially) by default: https://github.com/webtorrent/webtorrent/blob/master/lib/torrent.js#L79 You can switch to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't see in the documentation where there is a parameter that specifies that torrents download in-order. Is this functionality baked in? If so, I'm wondering if you could point me in the direction of where/how this was implemented.