update retries

This commit is contained in:
Ivan Evans 2024-12-27 17:21:28 -07:00
parent 4029b85e90
commit 817a2acdc8

View file

@ -154,12 +154,12 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
maxLoadTimeMs: 30 * 1000, // allow it load extra long, fragments are slow if requested for the first time on an origin
maxTimeToFirstByteMs: 30 * 1000,
errorRetry: {
maxNumRetry: 2,
maxNumRetry: 6,
retryDelayMs: 1000,
maxRetryDelayMs: 8000,
},
timeoutRetry: {
maxNumRetry: 3,
maxNumRetry: 6,
maxRetryDelayMs: 0,
retryDelayMs: 0,
},