@definitelytyped/utils 0.0.148-next.3 → 0.0.148-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/process.js +1 -1
  2. package/package.json +2 -2
package/dist/process.js CHANGED
@@ -86,7 +86,7 @@ function runWithListeningChildProcesses({ inputs, commandLineArgs, workerFile, n
86
86
  return new Promise(async (resolve, reject) => {
87
87
  let inputIndex = 0;
88
88
  let processesLeft = nProcesses;
89
- const tasksPerChild = 50;
89
+ const tasksPerChild = 20;
90
90
  let tasksSoFar = 0;
91
91
  let rejected = false;
92
92
  const runningChildren = new Set();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/utils",
3
- "version": "0.0.148-next.3",
3
+ "version": "0.0.148-next.4",
4
4
  "description": "Shared utilities for DefinitelyTyped tools",
5
5
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/utils#readme",
6
6
  "license": "MIT",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "7f14573a82a1cf8fbf94a5314ef5831580ad637b"
39
+ "gitHead": "c2215f5abea1aec5223939b381d41a3c0c2022ca"
40
40
  }