-
Notifications
You must be signed in to change notification settings - Fork 105
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
Limit download/upload speed #15
Comments
There are some movements regarding this issue on webtorrent/webtorrent#2062. Let's hope It won't stop like all the previous 6 pull requests:
|
looks like its awaiting to be merged to branch but last commit webtorrent#2023 no approval or blocked , might be few weeks or at least few months to see it all green. |
Finally, they released this feature, I will include this feature soon! |
I wonder if it is per torrent or global preset which effects the entire engine. |
Added speed limitations. Limitations are global, so when multiple torrents are downloading they will share network bandwidth. There are two types:
These parameters can be changed by providing a config file or by ENV variables - docs |
@KiraLT I've checked the docs and had a doubt. Does 0 for upload speed means 'do not upload' or 'unlimited upload'? |
According to the docs:
|
Depending on the torrent you use, if it has a lot of seeders, download speed can consume all resources (in my cases download speed reaches
20 - 30 MB/s
).The idea is to limit download/uploads speed. The limit can be global (for all active torrents) or for each individual torrent/file. The second option would be better, because for streaming
1MB/s
it's enough.Related:
The text was updated successfully, but these errors were encountered: