mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Add an infinite retry config.
This commit is contained in:
parent
dd83474126
commit
32c234258b
@ -486,6 +486,11 @@ export default {
|
|||||||
},
|
},
|
||||||
streaming: {
|
streaming: {
|
||||||
segmentPrefetchLimit: 10,
|
segmentPrefetchLimit: 10,
|
||||||
|
retryParameters: {
|
||||||
|
maxAttempts: Infinity,
|
||||||
|
baseDelay: 100,
|
||||||
|
backoffFactor: 1.5,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user