mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-05-19 21:10:12 +00:00
d4b30a2583
There are two CallStrategies: - BestEffort (default): Will try to get your event to trigger at the specified interval, but will refuse to queue handlers if a handler takes too long. - Precise: Will enqueue event handlers at the exact interval specified. Can lead to the queue filling up if the handler takes longer than the interval.