mirror of
				https://gitea.com/actions/cache.git
				synced 2025-10-31 09:08:10 +07:00 
			
		
		
		
	Add comment for SocketTimeout
This commit is contained in:
		
							parent
							
								
									cbbb8b4d4f
								
							
						
					
					
						commit
						2a973a0f4e
					
				
							
								
								
									
										3
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							| @ -2750,6 +2750,9 @@ var Events; | |||||||
|     Events["Push"] = "push"; |     Events["Push"] = "push"; | ||||||
|     Events["PullRequest"] = "pull_request"; |     Events["PullRequest"] = "pull_request"; | ||||||
| })(Events = exports.Events || (exports.Events = {})); | })(Events = exports.Events || (exports.Events = {})); | ||||||
|  | // 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
									
									
								
							| @ -2830,6 +2830,9 @@ var Events; | |||||||
|     Events["Push"] = "push"; |     Events["Push"] = "push"; | ||||||
|     Events["PullRequest"] = "pull_request"; |     Events["PullRequest"] = "pull_request"; | ||||||
| })(Events = exports.Events || (exports.Events = {})); | })(Events = exports.Events || (exports.Events = {})); | ||||||
|  | // 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; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -19,4 +19,7 @@ export enum Events { | |||||||
|     PullRequest = "pull_request" |     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; | export const SocketTimeout = 5000; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user