We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519423c commit a8f0debCopy full SHA for a8f0deb
1 file changed
test/clone.js
@@ -19,7 +19,7 @@ var test = require('tape')
19
var GIT = 'git'
20
var STANDARD = path.join(__dirname, '..', 'bin', 'cmd.js')
21
var TMP = path.join(__dirname, '..', 'tmp')
22
-var PARALLEL_LIMIT = Math.max(os.cpus().length - 1, 1)
+var PARALLEL_LIMIT = Math.ceil(os.cpus().length / 2)
23
24
var argv = minimist(process.argv.slice(2), {
25
boolean: [
0 commit comments