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
9fe7ad8b07
commit
5a0add1806
2 changed files with 30 additions and 0 deletions
|
@ -18,3 +18,5 @@ export enum Events {
|
|||
Push = "push",
|
||||
PullRequest = "pull_request"
|
||||
}
|
||||
|
||||
export const SocketTimeout = 5000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue