Go to file
sneak 8e3a868b7a remove parallel processing to fix SQLite locking issues
- Remove parallel.go entirely
- Process days strictly sequentially to avoid SQLITE_BUSY errors
- Complete each day fully (extract, dump, compress, verify, write) before starting next
- Clean up temp files immediately after each day to save disk space
- SQLite cannot handle multiple concurrent ATTACH operations on same database
2026-02-12 13:26:55 -08:00
cmd/bsdaily date range 2026-02-11 03:01:48 -08:00
internal/bsdaily remove parallel processing to fix SQLite locking issues 2026-02-12 13:26:55 -08:00
go.mod support targeting specific date 2026-02-09 01:18:16 -08:00
go.sum support targeting specific date 2026-02-09 01:18:16 -08:00
schema.sql initial 2026-02-09 00:42:06 -08:00