mirror of
https://github.com/TeamPiped/Piped
synced 2025-11-06 23:40:04 +01:00
Increase retry baseDelay to 250ms.
This commit is contained in:
parent
b63e3acf38
commit
144cf0be74
@ -484,7 +484,7 @@ export default {
|
||||
segmentPrefetchLimit: 10,
|
||||
retryParameters: {
|
||||
maxAttempts: Infinity,
|
||||
baseDelay: 100,
|
||||
baseDelay: 250,
|
||||
backoffFactor: 1.5,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user