mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +08:00
Increase retry count to 3
This commit is contained in:
parent
06e9e5d3ea
commit
fe43377104
@ -38,7 +38,7 @@ public class HlsSampleSource implements SampleSource, Loader.Callback {
|
|||||||
/**
|
/**
|
||||||
* The default minimum number of times to retry loading data prior to failing.
|
* 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;
|
private static final int NO_RESET_PENDING = -1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user