-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add an endpoint to recheck an entire folder for large images #1139
Comments
This is related to #873. |
I think the basic process would be to iterate through all the items in a folder or folder tree. Pseudocode:
Options we could want for this endpoint (this can be multiple PRs):
|
There are a few motivations for this endpoint.:
|
This was referenced Jul 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would check if any files could be used as large images that aren't marked as such, and would check if existing large_images are still readable, and, if not, unmark and try to remark them. It should have a recurse option.
Ideally, this would be exposed as a local job so that it can be cancelled.
The text was updated successfully, but these errors were encountered: