Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow parallel option to be an integer #3864

Merged
merged 3 commits into from
Apr 27, 2019

Conversation

haoqunjiang
Copy link
Member

closes #3850

@DRoet
Copy link
Contributor

DRoet commented Apr 23, 2019

This doesn't seem to apply the actual worker/core count for the thread-loader when an integer is given, no?

@JFGHT
Copy link

JFGHT commented Apr 24, 2019

Exactly, it doesn't. A bit more of work is required for that. Right now is only taking the integer and activating/deactivating the parallelism.

@haoqunjiang haoqunjiang merged commit a351cba into vuejs:dev Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelism: set used cpu cores manually
3 participants