mirror of
https://github.com/samsonjs/media.git
synced 2026-04-19 13:35:47 +00:00
Increase retry count to 3
This commit is contained in:
parent
06e9e5d3ea
commit
fe43377104
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class HlsSampleSource implements SampleSource, Loader.Callback {
|
|||
/**
|
||||
* The default minimum number of times to retry loading data prior to failing.
|
||||
*/
|
||||
public static final int DEFAULT_MIN_LOADABLE_RETRY_COUNT = 1;
|
||||
public static final int DEFAULT_MIN_LOADABLE_RETRY_COUNT = 3;
|
||||
|
||||
private static final int NO_RESET_PENDING = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue