definition-tester
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -37,3 +37,3 @@ var Promise = require('bluebird'); | ||
this.retries = []; | ||
// lower the concurrency (fight memory errors) | ||
// lower the concurrency (fight out-of-memory errors) | ||
this.concurrent = Math.max(1, this.concurrent / 2); | ||
@@ -40,0 +40,0 @@ // check again |
{ | ||
"name": "definition-tester", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "DefinitelyTyped repository testing infrastructure", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58910