mirror of
https://github.com/actions/cache.git
synced 2025-04-21 19:46:46 +00:00
Add comment for SocketTimeout
This commit is contained in:
parent
cbbb8b4d4f
commit
2a973a0f4e
3 changed files with 9 additions and 0 deletions
|
@ -19,4 +19,7 @@ export enum Events {
|
|||
PullRequest = "pull_request"
|
||||
}
|
||||
|
||||
// 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.
|
||||
export const SocketTimeout = 5000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue