mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Increase retry baseDelay to 250ms.
This commit is contained in:
parent
b63e3acf38
commit
144cf0be74
@ -484,7 +484,7 @@ export default {
|
|||||||
segmentPrefetchLimit: 10,
|
segmentPrefetchLimit: 10,
|
||||||
retryParameters: {
|
retryParameters: {
|
||||||
maxAttempts: Infinity,
|
maxAttempts: Infinity,
|
||||||
baseDelay: 100,
|
baseDelay: 250,
|
||||||
backoffFactor: 1.5,
|
backoffFactor: 1.5,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user