1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 01:39:29 +02:00

Fix quality threshold

This commit is contained in:
Daniel Berteaud 2014-06-11 13:11:46 +02:00
parent 06f7ec3e1e
commit 82ee4f6681

View File

@ -665,7 +665,7 @@ function initVroom(room) {
if (time < 60){
cl = 'latencyGood';
}
else if (time < 150){
else if (time < 120){
cl = 'latencyMedium';
}
else if (time < 250){