poolifier
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "poolifier", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -170,3 +170,3 @@ <div align="center"> | ||
`WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks | ||
`WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks | ||
Default: `WorkerChoiceStrategies.ROUND_ROBIN` | ||
@@ -173,0 +173,0 @@ |
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
64854
7