Skip to content

Commit

Permalink
increase default config value
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Aug 14, 2023
1 parent 3875c41 commit db2462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/videojs-http-streaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ class VhsHandler extends Component {
this.options_.bufferBasedABR = this.options_.bufferBasedABR || false;

if (typeof this.options_.playlistExclusionDuration !== 'number') {
this.options_.playlistExclusionDuration = 10;
this.options_.playlistExclusionDuration = 60;
}

if (typeof this.options_.bandwidth !== 'number') {
Expand Down

0 comments on commit db2462d

Please sign in to comment.