mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Increase retry baseDelay to 250ms.
This commit is contained in:
parent
b63e3acf38
commit
144cf0be74
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ export default {
|
|||
segmentPrefetchLimit: 10,
|
||||
retryParameters: {
|
||||
maxAttempts: Infinity,
|
||||
baseDelay: 100,
|
||||
baseDelay: 250,
|
||||
backoffFactor: 1.5,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue