Increase retry baseDelay to 250ms.

This commit is contained in:
Kavin 2023-12-14 13:45:05 +00:00
parent b63e3acf38
commit 144cf0be74
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ export default {
segmentPrefetchLimit: 10,
retryParameters: {
maxAttempts: Infinity,
baseDelay: 100,
baseDelay: 250,
backoffFactor: 1.5,
},
},