Skip to content

Conversation

RyanCavanaugh
Copy link
Member

🔥💻🔥

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Mar 31, 2022
lint: process.env.lint || true,
fix: process.env.fix || process.env.f,
workers: process.env.workerCount || os.cpus().length,
workers: process.env.workerCount || ((os.cpus().length - (process.env.CI ? 0 : 1)) || 1),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|| 1, just in case someone's running inside a vm with a single core allocated. Nice.

@RyanCavanaugh RyanCavanaugh merged commit 9153eaa into microsoft:main Apr 1, 2022
@RyanCavanaugh RyanCavanaugh deleted the save-a-core branch April 1, 2022 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants