sneak 3ef60459b2 Fix SQLite transaction deadlocks with immediate mode
- Add _txlock=immediate to SQLite connection string
- This prevents deadlocks by acquiring write locks at transaction start
- Multiple concurrent writers now queue properly instead of failing instantly
- Resolves 'database table is locked' errors in production
2025-07-28 17:26:42 +02:00
Description
No description provided
41 MiB
Languages
Go 78.2%
HTML 20.9%
Dockerfile 0.5%
Makefile 0.3%