voces / fixus

The classic Warcraft 3 map
http://sheeptag.net/
MIT License
7 stars 1 forks source link

Rate limit emitLog #118

Closed voces closed 4 years ago

voces commented 4 years ago

emitLog should self rate limit itself. We can use 5/min trailing. Meaning for something that happens every second, we'd see it reported five times, one second apart, then never again. On the other hand, it could be reported five times in a single second, sleep for a minute, and repeat, and every error will show up.