Commit e3bcb56
committed
- Fix _lock_fd type annotation (int -> IO[str]) and lock file open mode (w -> a)
- SQLite thread-safety: per-thread connections via threading.local()
- BFS frontier chunking to respect SQLite variable limit (999)
- Atomic build/sync with SAVEPOINT per-file error isolation
- Upgrade _release_file_lock failure log from debug to warning
- Document fast_walk DFS order (not BFS) in docstring
1 parent 4f72c4f commit e3bcb56
2 files changed
Lines changed: 203 additions & 93 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| |||
0 commit comments