aprs.me/config
Graham McIntire f1d16d656b
Fix packet buffer overflow by reverting dynamic batch sizing
- Increased packet buffer size from 1,000 to 10,000 to handle traffic spikes
- Removed InsertOptimizer dynamic batch sizing that was slowing processing
- Reverted to fixed batch size of 200 for consistent performance
- Simplified insert options to use static configuration
- Added telemetry metrics for buffer overflow and utilization monitoring
- Fixed unused variable warning in packet_consumer.ex

The root cause was the recent performance optimizations that introduced
dynamic batch sizing, which actually degraded performance and caused
the producer buffer to overflow when the consumer couldn't keep up.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 08:25:02 -05:00
..
config.exs Fix packet buffer overflow by reverting dynamic batch sizing 2025-07-15 08:25:02 -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