brewlog/src/application/routes/api
Jon Seager 082b582cb3
fix: move image processing off async runtime with spawn_blocking
CPU-intensive image operations (decode, Lanczos3 resize, JPEG encode)
were running directly on the async worker thread, blocking all other
requests for 100-500ms per upload. Wrap in spawn_blocking in both
upload_image() and save_deferred_image().
2026-02-10 17:50:34 +00:00
..
analytics refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
auth feat(server): auto-enable insecure cookies for localhost defaults 2026-02-09 17:23:09 +00:00
coffee feat: add image upload to create and check-in forms 2026-02-10 17:50:20 +00:00
system refactor: split large directories into coffee/auth/analytics subdirs 2026-02-08 18:16:16 +00:00
images.rs fix: move image processing off async runtime with spawn_blocking 2026-02-10 17:50:34 +00:00
macros.rs feat: add entity image support with display on detail pages 2026-02-10 17:50:13 +00:00
mod.rs feat: add entity image support with display on detail pages 2026-02-10 17:50:13 +00:00