 d15a0cd9eb
			
		
	
	
		d15a0cd9eb
		
			
		
	
	
	
	
		
			
			This will allow the user to set `HOMEBREW_DOWNLOAD_CONCURRENCY` to `auto` to have Homebrew use the number of cores on the machine * 2.
		
			
				
	
	
		
			9 lines
		
	
	
		
			111 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			111 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # typed: strict
 | |
| # frozen_string_literal: true
 | |
| 
 | |
| module Homebrew
 | |
|   module EnvConfig
 | |
|     include Kernel
 | |
|   end
 | |
| end
 |