fix: designs

This commit is contained in:
2024-11-05 13:24:10 +00:00
parent ce5f206f6a
commit e718b8e322
7 changed files with 117 additions and 89 deletions

View File

@ -41,7 +41,7 @@ impl ImageCache {
ctx,
dir: out,
placeholder,
cache: Arc::new(Mutex::new(LruCache::new(NonZeroUsize::new(100).unwrap()))),
cache: Arc::new(Mutex::new(LruCache::new(NonZeroUsize::new(1000).unwrap()))),
fetch_cache: Arc::new(Mutex::new(HashSet::new())),
}
}