fix: limit concurrent thumbnail generation (#1138)

This commit is contained in:
Ashley Wulber 2025-08-13 13:00:07 -04:00 committed by GitHub
parent e3c793a44d
commit a4e3bf3eea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View file

@ -71,6 +71,7 @@ uzers = "0.12.1"
md-5 = "0.10.6"
png = "0.17.16"
jxl-oxide = { version = "0.12.2", features = ["image"] }
num_cpus = "1.17.0"
# Completion-based IO runtime to enable io_uring / IOCP file IO support.
[dependencies.compio]