This website requires JavaScript.
Explore
Help
Sign In
rouggy
/
OpsLog
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
36
Wiki
Activity
Files
aa537f9eeab99156651a63b764859b46feb96926
OpsLog
/
internal
/
db
T
History
rouggy
2c1d7235f0
fix: shrink MySQL connection pool (50->8) so a multi-op event doesn't exhaust the shared server's max_connections (Error 1040: Too many connections), which was silently failing the on-air widget/award_refs/grid reads and making the UI look frozen
2026-07-21 12:23:38 +02:00
..
migrations
feat: materialize award references into the QSO row (award_refs column)
2026-07-20 11:51:49 +02:00
connloss.go
fix: while connected to MySQL if internet was lost no qso would be logged anymore
2026-07-12 18:01:03 +02:00
db.go
fix: UDP-logged QSOs fall back to the offline outbox on DB failure (were silently lost); speed up MySQL connect (batch migration checks into 1 query, connect direct-to-DB first) — was ~40s on a high-latency link
2026-07-21 11:18:36 +02:00
mysql_test.go
up
2026-06-14 00:55:27 +02:00
mysql.go
fix: shrink MySQL connection pool (50->8) so a multi-op event doesn't exhaust the shared server's max_connections (Error 1040: Too many connections), which was silently failing the on-air widget/award_refs/grid reads and making the UI look frozen
2026-07-21 12:23:38 +02:00