1
0
Fork 0

update default options for retry client

pull/1860/head
Ryan Troost 2024-10-28 18:57:44 +00:00 committed by GitHub
parent 7f5921cddd
commit 006d0667e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ class ArtifactHttpClient implements Rpc {
private httpClient: HttpClient private httpClient: HttpClient
private baseUrl: string private baseUrl: string
private maxAttempts = 5 private maxAttempts = 5
private baseRetryIntervalMilliseconds = 3000 private baseRetryIntervalMilliseconds = 30000
private retryMultiplier = 1.5 private retryMultiplier = 1.4
constructor( constructor(
userAgent: string, userAgent: string,