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

Handle .torrent files larger than 2mb or several thousand of files #14

Closed
queueRAM opened this issue Jul 22, 2010 · 1 comment
Closed

Comments

@queueRAM
Copy link
Contributor

vpgta wrote:

When trying to add a .torrent file which contains about 30k files (and sized > 2mb) - btcli reports that error loading 'torrentfile.torrent' (File too large).

This is true for version 0.13 from debian package. Not sure if it shows up in later versions.

@queueRAM
Copy link
Contributor Author

Don't set a maximum file size. read_file will use the file size.

There was a hard-coded 2MB file size limit on the .torrent files.
Set the limit to 0 so read_file() will use the actual file size.

Closed by b1d891c

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant