Skip to content

TrackStationMonitorModule: Adding guard to protect from flood of hits

Claire Antel requested to merge protect_tracker_mon_from_massive_events into master

A temporary fix for crashing TrackStationMonitorModules for events with a burst of hits. The fix is a simple check of m_event->payload_size() and ignoring event payloads that look too large. I think we can come up with a better check though if we want to.

Merge request reports