mirror of
https://github.com/actions/cache.git
synced 2026-02-15 06:30:32 +00:00
Add env var for socket timeout
This commit is contained in:
@@ -32,4 +32,4 @@ export enum CompressionMethod {
|
||||
// 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.
|
||||
export const SocketTimeout = 5000;
|
||||
export const DefaultSocketTimeout = 5000;
|
||||
|
||||
Reference in New Issue
Block a user