mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
When 88 integration test files run sequentially in a single-fork Vitest process, the SQLite WAL file grows unbounded. Adding a TRUNCATE checkpoint after each test app cleanup prevents the SHM mapping from exceeding its size limit.