routewatch/internal
sneak ddb3cfa4f0 Add mutex to serialize database access
- Add internal mutex to Database struct with lock/unlock wrappers
- Add debug logging for lock acquisition and release with timing
- Wrap all write operations with database mutex
- Use _txlock=immediate in SQLite connection string

This works around apparent issues with SQLite's internal locking
not properly respecting busy_timeout in production environment.
2025-07-28 17:56:26 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add mutex to serialize database access 2025-07-28 17:56:26 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Optimize database batch operations with prepared statements 2025-07-28 17:21:40 +02:00
server Fix AS detail view and add prefix sorting 2025-07-28 04:42:10 +02:00
streamer Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
templates Fix prefix URL routing by using URL encoding 2025-07-28 04:34:34 +02:00