mirror of
				https://github.com/actions/cache.git
				synced 2025-10-23 08:56:26 +08:00 
			
		
		
		
	Add comment for SocketTimeout
This commit is contained in:
		@@ -21,4 +21,7 @@ export enum Events {
 | 
			
		||||
 | 
			
		||||
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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user