Revert 96bc17aa10
				
					
				
			This commit is contained in:
		| @@ -228,7 +228,7 @@ async function init(): Promise<Config> { | ||||
| 	return config; | ||||
| } | ||||
|  | ||||
| async function spawnWorkers(limit: number) { | ||||
| async function spawnWorkers(limit: number = Infinity) { | ||||
| 	const workers = Math.min(limit, os.cpus().length); | ||||
| 	bootLogger.info(`Starting ${workers} worker${workers === 1 ? '' : 's'}...`); | ||||
| 	await Promise.all([...Array(workers)].map(spawnWorker)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo