mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
Prettified Code!
This commit is contained in:
parent
73cf043ed7
commit
03f5f8c854
1 changed files with 6 additions and 1 deletions
|
@ -401,7 +401,12 @@ class LatencyCompensator {
|
||||||
return;
|
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();
|
this.timeout();
|
||||||
|
|
||||||
// Allow us to forget about old buffering events if enough time goes by.
|
// Allow us to forget about old buffering events if enough time goes by.
|
||||||
|
|
Loading…
Reference in a new issue