Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only use os.cpus() and filter out core like physical-cpu-count did (#142
) * Only use os.cpus() and filter out core like physical-cpu-count did The problem is with heroku and some CI, the physical-cpu-count linux branch requires a binary and access not provided by these environments. * using physical-cpu-count and defaulting to os.cpus() * get the actual length, should be good
- Loading branch information