Files
snek/src/snek
retoor f7592bcbf5 fix: enable WAL journal mode and disable syncnorm in app startup
- Add PRAGMA journal_mode=WAL query to improve concurrent read performance
- Add PRAGMA syncnorm=off query to reduce disk synchronization overhead
- Both pragmas executed immediately after router setup in Application.__init__
2025-02-08 22:48:42 +00:00
..