Skip to content

Commit

Permalink
Set default fragment request timeout to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jan 29, 2022
1 parent bbfb56c commit 13a8c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ function Settings() {
video: Constants.TRACK_SWITCH_MODE_NEVER_REPLACE
},
selectionModeForInitialTrack: Constants.TRACK_SELECTION_MODE_HIGHEST_SELECTION_PRIORITY,
fragmentRequestTimeout: 0,
fragmentRequestTimeout: 10000,
retryIntervals: {
[HTTPRequest.MPD_TYPE]: 500,
[HTTPRequest.XLINK_EXPANSION_TYPE]: 500,
Expand Down

0 comments on commit 13a8c23

Please sign in to comment.