mirror of
				https://kkgithub.com/actions/cache.git
				synced 2025-10-31 10:41:51 +08:00 
			
		
		
		
	Test out higher concurrency limits
This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							| @ -1622,7 +1622,7 @@ function uploadFile(restClient, cacheId, archivePath) { | ||||
|         const resourceUrl = getCacheApiUrl() + "caches/" + cacheId.toString(); | ||||
|         const responses = []; | ||||
|         const fd = fs.openSync(archivePath, "r"); // Use the same fd for serial reads? Will this work for parallel too? | ||||
|         const concurrency = 4; // # of HTTP requests in parallel | ||||
|         const concurrency = 8; // # of HTTP requests in parallel | ||||
|         const threads = [...new Array(concurrency).keys()]; | ||||
|         core.debug("Awaiting all uploads"); | ||||
|         let offset = 0; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Josh Gross
					Josh Gross