routewatch/internal
sneak b9b0792df9 Fix shutdown handling and optimize SQLite settings
- Fix Ctrl-C shutdown by using fx.Shutdowner instead of just canceling context
- Pass context from fx lifecycle to rw.Run() for proper cancellation
- Adjust WAL settings: checkpoint at 50MB, max size 100MB
- Reduce busy timeout from 30s to 2s to fail fast on lock contention

This should fix the issue where Ctrl-C doesn't cause shutdown and improve
database responsiveness under heavy load.
2025-07-28 16:52:52 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Fix shutdown handling and optimize SQLite settings 2025-07-28 16:52:52 +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 Fix shutdown handling and optimize SQLite settings 2025-07-28 16:52:52 +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