1
0
mirror of https://github.com/actions/cache.git synced 2026-03-29 22:12:49 +00:00

Adds socket timeout and validate file size

This commit is contained in:
Dave Hadka
2020-04-22 18:23:41 -04:00
committed by Aiqiao Yan
parent 9fe7ad8b07
commit 5a0add1806
2 changed files with 30 additions and 0 deletions

View File

@@ -18,3 +18,5 @@ export enum Events {
Push = "push",
PullRequest = "pull_request"
}
export const SocketTimeout = 5000;