-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add maxPieceLength
option
#266
Labels
Comments
SilentBot1
added a commit
that referenced
this issue
Jan 4, 2025
I ran into this a few years back, and it indeed is a problem, but I think the piece size should be hard capped at say 4MB, rather than introduce a new setting |
SilentBot1
added a commit
that referenced
this issue
Jan 4, 2025
* feat: add maxPieceLength option to address #266 * fix: update default maxPieceLength to be 4 MiB, rather than Infinity.
🎉 This issue has been resolved in version 6.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What problem do you want to solve?
Many older torrent clients do not support piece length larger than a certain size (e.g. larger than 16MB).
What do you think is the correct solution to this problem?
It would be great to have an option to limit the maximum piece length.
The text was updated successfully, but these errors were encountered: