mirror of
https://github.com/actions/cache.git
synced 2025-07-10 18:51:50 +02:00
Adds socket timeout and validate file size
This commit is contained in:
@ -20,3 +20,5 @@ export enum Events {
|
||||
}
|
||||
|
||||
export const CacheFilename = "cache.tgz";
|
||||
|
||||
export const SocketTimeout = 5000;
|
||||
|
Reference in New Issue
Block a user