mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-22 23:27:46 +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,
|
||||
errorRetry: {
|
||||
maxNumRetry: 6,
|
||||
retryDelayMs: 1000,
|
||||
retryDelayMs: 3000,
|
||||
maxRetryDelayMs: 8000,
|
||||
},
|
||||
timeoutRetry: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue