forked from vercel/turborepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bounded parallelization when saving cache (vercel#723)
Fix for vercel#711 (discussion vercel#709). Bounded cache saving parallelization to `runtime.NumCPU()` which now gives us the maximum number of effective threads while staying under the OS limit of max processes count. Cheers 🎉
- Loading branch information
Gabriel Lesperance
authored
Mar 2, 2022
1 parent
745c88a
commit 7a8bd0d
Showing
1 changed file
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters