routewatch/internal/database
sneak 32a540e0bf Increase slow query threshold to 100ms
Queries in the 50-70ms range are acceptable for now given SQLite's
write serialization constraints. Setting threshold to 100ms to focus
on truly problematic queries.
2025-07-27 22:45:28 +02:00
..
database.go Increase slow query threshold to 100ms 2025-07-27 22:45:28 +02:00
interface.go Remove BGP keepalive logging and add peer tracking 2025-07-27 21:54:58 +02:00
models.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
schema.sql Optimize database write performance 2025-07-27 22:42:49 +02:00
slowquery.go Increase slow query threshold to 100ms 2025-07-27 22:45:28 +02:00
utils.go Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00