0

Prettified Code!

This commit is contained in:
gabek 2022-05-27 19:55:25 +00:00 committed by GitHub Action
parent af1e786c99
commit 31fc84ff52

View File

@ -281,7 +281,7 @@ class LatencyCompensator {
if (this.bufferingCounter > 1) {
return false;
}
const now = new Date().getTime();
const delta = now - this.lastJumpOccurred;
return delta > MAX_JUMP_FREQUENCY;