Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using the webtorrent client how do you specify that a torrent downloads in-order? #1123

Closed
BrutalSimplicity opened this issue May 10, 2017 · 2 comments

Comments

@BrutalSimplicity
Copy link

@BrutalSimplicity BrutalSimplicity commented May 10, 2017

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.

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented May 10, 2017

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 rarest if you don't want to use sequential strategy.

@lock lock bot locked as resolved and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.