mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
Add comment for SocketTimeout
This commit is contained in:
parent
9bb13c71ec
commit
48b62c1c52
3 changed files with 9 additions and 0 deletions
3
dist/restore/index.js
vendored
3
dist/restore/index.js
vendored
|
@ -4492,6 +4492,9 @@ var Events;
|
|||
Events["PullRequest"] = "pull_request";
|
||||
})(Events = exports.Events || (exports.Events = {}));
|
||||
exports.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.
|
||||
exports.SocketTimeout = 5000;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue