Преглед изворни кода

change ramp up delay from 5 to 15 seconds (#766)

master
bbaldino пре 7 година
родитељ
комит
e2af973c1f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      modules/connectivity/ConnectionQuality.js

+ 1
- 1
modules/connectivity/ConnectionQuality.js Прегледај датотеку

@@ -88,7 +88,7 @@ function getTarget(simulcast, resolution, millisSinceStart) {
88 88
     // Completely ignore the bitrate in the first 5 seconds, as the first
89 89
     // event seems to fire very early and the value is suspicious and causes
90 90
     // false positives.
91
-    if (millisSinceStart < 5000) {
91
+    if (millisSinceStart < 15000) {
92 92
         return 1;
93 93
     }
94 94
 

Loading…
Откажи
Сачувај