(cosmetic) fix false 10s lag in stats
(cherry picked from commit 8fa770f6d214346cbaf84c7380e6c0491827c80d)
This commit is contained in:
parent
a90fb87b09
commit
bd8c5b9aaa
|
@ -253,6 +253,7 @@ public abstract class AbstractHlsDownload extends AbstractDownload {
|
|||
LOG.debug("Waiting {}ms before trying to update the playlist URL", A_FEW_SECONDS);
|
||||
waitSomeTime();
|
||||
segmentPlaylistUrl = getSegmentPlaylistUrl(model);
|
||||
rescheduleTime = Instant.now();
|
||||
} catch (Exception e) {
|
||||
LOG.error("Playlist URL couldn't be updated after waiting for {}ms", A_FEW_SECONDS, e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue