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

[FEATURE]Database handling of skipped downloads in config settings #244

Open
mikashina opened this issue Nov 6, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@mikashina
Copy link

Currently, when a download is skipped due to file size limits, it is written to the database with completed as 0.

Even in these cases, we would like to see the data written to the database with completed=1. (Option settings, etc.)

This is because when retrying, it may repeatedly go to query the file size

@mikashina mikashina added the enhancement New feature or request label Nov 6, 2024
@jbsparrow
Copy link
Owner

I believe we mark them as uncompleted because they weren't downloaded. It may be worth adding a filesize column to the db in order to resolve this. I'll take a look at this later today.

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