mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 03:29:06 +08:00
update default options for retry client
This commit is contained in:
parent
7f5921cddd
commit
006d0667e8
@ -20,8 +20,8 @@ class ArtifactHttpClient implements Rpc {
|
||||
private httpClient: HttpClient
|
||||
private baseUrl: string
|
||||
private maxAttempts = 5
|
||||
private baseRetryIntervalMilliseconds = 3000
|
||||
private retryMultiplier = 1.5
|
||||
private baseRetryIntervalMilliseconds = 30000
|
||||
private retryMultiplier = 1.4
|
||||
|
||||
constructor(
|
||||
userAgent: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user