Klemens Schölhorn 9af4831efa Add cache for image info list
Preparing the images list involves reading a directory (which might be
slow on non-local directories) and opening every file to read the exif
data. To avoid having to do this on every request, we do it every 60s in
a background job and only read from the cache on requests.
2023-04-06 22:11:12 +02:00
2023-04-06 22:11:12 +02:00
2023-03-13 21:33:29 +01:00
2023-03-10 19:00:12 +01:00
Description
Image gallery that arranges images in rows filling the page and prevents image downloads for normal users. Optimized for seaf_fuse.
227 KiB
Languages
Rust 89.7%
HTML 10.3%