1
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:
Dave Hadka
2020-05-07 21:35:11 -04:00
parent ce9276c90e
commit 18e62e1fe0
4 changed files with 54 additions and 32 deletions

View File

@@ -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;