mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
Add retry delay
This commit is contained in:
+3
@@ -11,6 +11,9 @@ export enum CompressionMethod {
|
||||
Zstd = 'zstd'
|
||||
}
|
||||
|
||||
// The default delay in milliseconds between retry attempts.
|
||||
export const RetryDelay = 5000
|
||||
|
||||
// Socket timeout in milliseconds during download. If no traffic is received
|
||||
// over the socket during this period, the socket is destroyed and the download
|
||||
// is aborted.
|
||||
|
||||
Reference in New Issue
Block a user