mirror of
https://github.com/actions/cache.git
synced 2025-04-21 19:46:46 +00:00
Adds socket timeout and validate file size
This commit is contained in:
parent
f60097cd16
commit
8b2a57849f
2 changed files with 29 additions and 1 deletions
|
@ -20,3 +20,5 @@ export enum Events {
|
|||
}
|
||||
|
||||
export const CacheFilename = "cache.tgz";
|
||||
|
||||
export const SocketTimeout = 5000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue