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
9e5868b8398deacfec0a1062d7400ae17ca4bfc7
OpsLog
/
internal
/
db
T
History
rouggy
9e5868b839
fix: raise MySQL pool 8->16 — 8 starved the instance's own live-sync polling (revision + grid refresh + live_status + chat), so the grid stopped showing other operators' QSOs; 16 avoids the stall and still fits ~15 ops under max_connections=300
2026-07-21 16:50:48 +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: raise MySQL pool 8->16 — 8 starved the instance's own live-sync polling (revision + grid refresh + live_status + chat), so the grid stopped showing other operators' QSOs; 16 avoids the stall and still fits ~15 ops under max_connections=300
2026-07-21 16:50:48 +02:00