mirror of
https://github.com/livekit/livekit.git
synced 2026-05-11 12:34:58 +00:00
56dd399684
* Use a worker to report signal/data stats. Was checking if reporting is needed on every update. The check is wasted work if volume of signal/data messages is high as reporting happens only once in 10 seconds. Changing to a worker based on a timer. And also aligning with telemetry reporting interval which defaults to 30 seconds. * Remove unused constant