mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 03:42:24 +00:00
update timeout
This commit is contained in:
parent
817a2acdc8
commit
c98450b46f
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ export function makeVideoElementDisplayInterface(): DisplayInterface {
|
||||||
maxTimeToFirstByteMs: 30 * 1000,
|
maxTimeToFirstByteMs: 30 * 1000,
|
||||||
errorRetry: {
|
errorRetry: {
|
||||||
maxNumRetry: 6,
|
maxNumRetry: 6,
|
||||||
retryDelayMs: 1000,
|
retryDelayMs: 3000,
|
||||||
maxRetryDelayMs: 8000,
|
maxRetryDelayMs: 8000,
|
||||||
},
|
},
|
||||||
timeoutRetry: {
|
timeoutRetry: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue