Use default shaka retry params to not delay the inevitable errors
This commit is contained in:
parent
23abb1c40d
commit
38e805ed23
|
@ -193,24 +193,6 @@ export default {
|
||||||
// TODO: make this config
|
// TODO: make this config
|
||||||
bufferingGoal: 120,
|
bufferingGoal: 120,
|
||||||
jumpLargeGaps: true,
|
jumpLargeGaps: true,
|
||||||
|
|
||||||
retryParameters: {
|
|
||||||
timeout: 0, // timeout in ms, after which we abort; 0 means never
|
|
||||||
maxAttempts: 10, // the maximum number of requests before we fail
|
|
||||||
baseDelay: 1000, // the base delay in ms between retries
|
|
||||||
backoffFactor: 2, // the multiplicative backoff factor between retries
|
|
||||||
fuzzFactor: 0.5, // the fuzz factor to apply to each retry delay
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
manifest: {
|
|
||||||
retryParameters: {
|
|
||||||
timeout: 0, // timeout in ms, after which we abort; 0 means never
|
|
||||||
maxAttempts: 10, // the maximum number of requests before we fail
|
|
||||||
baseDelay: 1000, // the base delay in ms between retries
|
|
||||||
backoffFactor: 2, // the multiplicative backoff factor between retries
|
|
||||||
fuzzFactor: 0.5, // the fuzz factor to apply to each retry delay
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue