Skip to content

Commit

Permalink
Merge 23e918f into c22cbb5
Browse files Browse the repository at this point in the history
  • Loading branch information
kuu committed Jul 20, 2019
2 parents c22cbb5 + 23e918f commit 0b5c08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readable.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ReadStream extends stream.Readable {
return false;
}
for (const playlist of mediaPlaylists) {
const waitSeconds = playlist.targetDuration * 1.5;
const waitSeconds = playlist.targetDuration * 0.5;
if (playlist.playlistType !== 'VOD' && playlist.hash === hash) {
print(`No update. Wait for a period of one-half the target duration before retrying (${waitSeconds}) sec`);
this._scedule(() => {
Expand Down

0 comments on commit 0b5c08e

Please sign in to comment.