mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(metrics): increase max valid latency reporting time. Troubleshooting
This commit is contained in:
parent
8694f425eb
commit
d900da8cab
@ -1,7 +1,7 @@
|
||||
/* eslint-disable no-plusplus */
|
||||
const URL_PLAYBACK_METRICS = `/api/metrics/playback`;
|
||||
const METRICS_SEND_INTERVAL = 10000;
|
||||
const MAX_VALID_LATENCY_SECONDS = 40; // Anything > this gets thrown out.
|
||||
const MAX_VALID_LATENCY_SECONDS = 100; // Anything > this gets thrown out.
|
||||
|
||||
function getCurrentlyPlayingSegment(tech) {
|
||||
const targetMedia = tech.vhs.playlists.media();
|
||||
|
Loading…
x
Reference in New Issue
Block a user