Browse Source

Prettified Code!

pull/1934/head
gabek 4 years ago committed by GitHub Action
parent
commit
03f5f8c854
  1. 7
      webroot/js/components/latencyCompensator.js

7
webroot/js/components/latencyCompensator.js

@ -401,7 +401,12 @@ class LatencyCompensator { @@ -401,7 +401,12 @@ class LatencyCompensator {
return;
}
console.log('latency compensation timeout due to buffering:', this.bufferingCounter, 'buffering events of', REBUFFER_EVENT_LIMIT);
console.log(
'latency compensation timeout due to buffering:',
this.bufferingCounter,
'buffering events of',
REBUFFER_EVENT_LIMIT
);
this.timeout();
// Allow us to forget about old buffering events if enough time goes by.

Loading…
Cancel
Save