mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 05:04:10 +00:00
Remove spammy log (#3263)
This commit is contained in:
@@ -750,13 +750,11 @@ func (c *congestionDetector) getCongestionSignal(
|
||||
if qr == queuingRegionJQR {
|
||||
reason = "queuing-delay"
|
||||
oldestContributingGroup = groupIdx
|
||||
c.params.Logger.Debugw("send side bwe: queuing-delay in JQR", "stage", stage, "qd", qdMeasurement)
|
||||
} else {
|
||||
qr, groupIdx = lossMeasurement.Result()
|
||||
if qr == queuingRegionJQR {
|
||||
reason = "loss"
|
||||
oldestContributingGroup = groupIdx
|
||||
c.params.Logger.Debugw("send side bwe: loss in JQR", "stage", stage, "loss", lossMeasurement)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user