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

allow configured threshold for files in a torrent #115

Closed
rezad1393 opened this issue Jan 25, 2024 · 1 comment
Closed

allow configured threshold for files in a torrent #115

rezad1393 opened this issue Jan 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rezad1393
Copy link

Have you checked the roadmap on the website, and existing issues, before opening a dupllcate issue?
Yes

Is your feature request related to a problem? Please describe.
when I get a big torrent with lots of files I get this:
"Files information was not saved as the number of files is over the configured threshold. "

Describe the solution you'd like
allow uesrs to change this threshold.

Describe alternatives you've considered
nothing?

Additional context
is this because the app tries to limit size of db?
if this is changed then torrents got before, get updated with new info of files?

btw if I delete a torrent from list, does it get added back to db after app restart?
or is it forever gone?

@rezad1393 rezad1393 added the enhancement New feature or request label Jan 25, 2024
@mgdigital
Copy link
Collaborator

allow uesrs to change this threshold.

This is already configurable, please refer to the documentation: https://bitmagnet.io/setup/configuration.html

is this because the app tries to limit size of db?

Yes

if this is changed then torrents got before, get updated with new info of files?

At the moment, no. There may be a solution in future.

btw if I delete a torrent from list, does it get added back to db after app restart? or is it forever gone?

It's gone until the crawler finds it again. See the comment here for further technical details: #70 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants