Prettified Code!
This commit is contained in:
parent
af1e786c99
commit
31fc84ff52
@ -281,7 +281,7 @@ class LatencyCompensator {
|
|||||||
if (this.bufferingCounter > 1) {
|
if (this.bufferingCounter > 1) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const now = new Date().getTime();
|
const now = new Date().getTime();
|
||||||
const delta = now - this.lastJumpOccurred;
|
const delta = now - this.lastJumpOccurred;
|
||||||
return delta > MAX_JUMP_FREQUENCY;
|
return delta > MAX_JUMP_FREQUENCY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user