Selaa lähdekoodia

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

master
bbaldino 7 vuotta sitten
vanhempi
commit
e2af973c1f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      modules/connectivity/ConnectionQuality.js

+ 1
- 1
modules/connectivity/ConnectionQuality.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna