Pārlūkot izejas kodu

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

master
bbaldino 7 gadus atpakaļ
vecāks
revīzija
e2af973c1f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      modules/connectivity/ConnectionQuality.js

+ 1
- 1
modules/connectivity/ConnectionQuality.js Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt