Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the default multiprocessing pool configuration.
Previously we were forcing use of fork for all OSes to try to juice performance at the cost of running into threading issues at some point when things got more complex. They may have reached that point with CI lockups happening on macOS. Revert to the default pool setup to attempt to fix macOS hangs.
- Loading branch information