aprs.me/config
Graham McIntire 0298c8ec91
Revert all packet processing optimizations to fix buffer overflow
- Restored original PacketConsumer implementation from before optimizations
- Reverted to fixed batch size of 50 packets (original value)
- Removed SystemMonitor and InsertOptimizer from application startup
- Restored original config with buffer size 1000 and batch timeout 1000ms
- Removed all dynamic batch sizing and optimization logic

The recent performance optimizations were causing packet buffer overflows
because the dynamic batch sizing was actually slowing down processing.
Reverting to the simpler, working implementation that processes packets
consistently without buffer overflows.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 08:44:26 -05:00
..
config.exs Revert all packet processing optimizations to fix buffer overflow 2025-07-15 08:44:26 -05:00
dev.exs fix info/neighbor page loading 2025-07-10 14:43:00 -05:00
prod.exs built in error tracking 2025-07-07 11:06:22 -05:00
runtime.exs staging fix 2025-07-11 13:19:24 -05:00
test.exs fix geolocation hopefully 2025-07-10 17:12:49 -05:00