mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add an infinite retry config.
This commit is contained in:
parent
dd83474126
commit
32c234258b
1 changed files with 5 additions and 0 deletions
|
@ -486,6 +486,11 @@ export default {
|
||||||
},
|
},
|
||||||
streaming: {
|
streaming: {
|
||||||
segmentPrefetchLimit: 10,
|
segmentPrefetchLimit: 10,
|
||||||
|
retryParameters: {
|
||||||
|
maxAttempts: Infinity,
|
||||||
|
baseDelay: 100,
|
||||||
|
backoffFactor: 1.5,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue