mirror of
https://git.mirrors.martin98.com/https://github.com/actions/cache
synced 2026-04-07 07:43:16 +08:00
Add comment for SocketTimeout
This commit is contained in:
@@ -21,4 +21,7 @@ export enum Events {
|
||||
|
||||
export const CacheFilename = "cache.tgz";
|
||||
|
||||
// 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;
|
||||
|
||||
Reference in New Issue
Block a user