mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Reduce worker count to 3 (#10210)
Since we saw a starvation issue on one of @sandersn's PRs.
This commit is contained in:
@@ -8,7 +8,7 @@ node_js:
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
- workerCount=4
|
||||
- workerCount=3
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
Reference in New Issue
Block a user