mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Increase retry baseDelay to 250ms.
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user