Files
berrypod/lib
jamey 2b333650fd
All checks were successful
deploy / deploy (push) Successful in 1m36s
cap image variant concurrency to CPU core count
Replaces unbounded Task.async parallelism with Task.async_stream
capped at System.schedulers_online(). On shared-cpu-1x this prevents
CPU saturation and SQLite locking; on beefier machines it still
saturates all cores. Also releases the DB connection before starting
libvips processing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 10:59:55 +00:00
..