skyview/assets/static
Ole-Morten Duesund 064ba2de71 Clean up and optimize codebase for production readiness
Performance & Reliability Improvements:
- Increase WebSocket buffer sizes from 1KB to 8KB for better throughput
- Increase broadcast channel buffer from 100 to 1000 messages
- Increase Beast message channel buffer from 1000 to 5000 messages
- Increase connection timeout from 10s to 30s for remote receivers

Code Quality Improvements:
- Remove debug output from production code (CPR Debug, Merger Update spam)
- Add MaxDistance constant to replace magic number (999999)
- Clean up comments for better maintainability
- Implement auto-enable for selected aircraft trails

Benefits:
- Much cleaner server logs without debug spam
- Better performance under high aircraft density
- More reliable WebSocket connections with larger buffers
- Improved fault tolerance with increased timeouts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 17:54:17 +02:00
..
css Update aircraft legend to show real ADS-B categories and implement pure Go ICAO country lookup 2025-08-24 16:59:20 +02:00
icons Extract aircraft SVG icons to external files and add dynamic marker updates 2025-08-24 15:29:43 +02:00
js Clean up and optimize codebase for production readiness 2025-08-24 17:54:17 +02:00
aircraft-icon.svg Restructure assets to top-level package and add Reset Map button 2025-08-24 00:57:49 +02:00
favicon.ico Restructure assets to top-level package and add Reset Map button 2025-08-24 00:57:49 +02:00
index.html Implement comprehensive ICAO country lookup with complete global coverage 2025-08-24 17:27:28 +02:00