fix: don't create "previews" of GIFs

chore: change hardcoded cache limit (should be configed!)
This commit is contained in:
Paul Makles
2024-12-20 16:42:32 +00:00
parent ac731e547d
commit 7b15006a50
2 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ auto_derived!(
Image {
width: isize,
height: isize,
// animated: bool // TODO: https://docs.rs/image/latest/image/trait.AnimationDecoder.html
// animated: bool // TODO: https://docs.rs/image/latest/image/trait.AnimationDecoder.html for APNG support
},
/// File is a video with specific dimensions
Video { width: isize, height: isize },