mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-09 07:43:50 +02:00
LoopDelay is 0 in test servers (bare struct, no Viper defaults), so sendLoop spins without delay and satisfies conditions in <1ms. The 10ms poll interval was the new bottleneck — dropping to 1ms cuts the channelserver test suite from ~136s to ~5s.