mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Worker thread initialization imports the tool registry which reads SQLite. Under Docker volume filesystems, this can deadlock silently on SQLITE_BUSY, causing APPLY to spin at 0% forever. Sharp operations complete in milliseconds and don't need worker offloading. Added 30s AbortSignal timeout as defense in depth for future re-enablement.