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

1
Cargo.lock generated
View file

@ -1537,6 +1537,7 @@ dependencies = [
"mime_guess",
"notify-debouncer-full",
"notify-rust",
"num_cpus",
"once_cell",
"open",
"ordermap",