mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-10-31 15:01:11 +08:00 
			
		
		
		
	Add comment for SocketTimeout
This commit is contained in:
		
							parent
							
								
									9bb13c71ec
								
							
						
					
					
						commit
						48b62c1c52
					
				
							
								
								
									
										3
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							| @ -4492,6 +4492,9 @@ var Events; | |||||||
|     Events["PullRequest"] = "pull_request"; |     Events["PullRequest"] = "pull_request"; | ||||||
| })(Events = exports.Events || (exports.Events = {})); | })(Events = exports.Events || (exports.Events = {})); | ||||||
| exports.CacheFilename = "cache.tgz"; | 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; | exports.SocketTimeout = 5000; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							| @ -4578,6 +4578,9 @@ var Events; | |||||||
|     Events["PullRequest"] = "pull_request"; |     Events["PullRequest"] = "pull_request"; | ||||||
| })(Events = exports.Events || (exports.Events = {})); | })(Events = exports.Events || (exports.Events = {})); | ||||||
| exports.CacheFilename = "cache.tgz"; | 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; | exports.SocketTimeout = 5000; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -21,4 +21,7 @@ export enum Events { | |||||||
| 
 | 
 | ||||||
| export const CacheFilename = "cache.tgz"; | export const 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.
 | ||||||
| export const SocketTimeout = 5000; | export const SocketTimeout = 5000; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dave Hadka
						Dave Hadka