update timeout

This commit is contained in:
Ivan Evans 2024-12-27 17:31:13 -07:00
parent 817a2acdc8
commit c98450b46f

View file

@ -155,7 +155,7 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
maxTimeToFirstByteMs: 30 * 1000,
errorRetry: {
maxNumRetry: 6,
retryDelayMs: 1000,
retryDelayMs: 3000,
maxRetryDelayMs: 8000,
},
timeoutRetry: {