Open dsschult opened 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
27e10d4
) 88.72% compared to head (2b2d6e0
) 89.40%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add an option to do extended caching by album, instead of globally for the whole gallery.
This compliments #511 by not needing to load and save a huge pickle file every time, saving multiple seconds in my case. Only the album that gets updated has it's cache loaded and saved.
By default the old mode (global) is used, so it is opt-in.
I also made some variable names more consistent (removing camel case), since I was editing most of the file.