-
Notifications
You must be signed in to change notification settings - Fork 634
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
Re-loading an image from disk should discard cache if file was modified since last time #6030
Labels
bug
Something isn't working
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function to load an image by path should maintain a modification time stamp and verify that the file on disk isn't newer, before reusing the cache.
The text was updated successfully, but these errors were encountered: