think-cluster
Advanced tools
Comparing version 1.4.0 to 1.4.1
const cluster = require('cluster'); | ||
const util = require('./util.js'); | ||
const helper = require('think-helper'); | ||
@@ -67,3 +66,3 @@ | ||
worker[WORKER_REALOD] = true; | ||
exports.forkWorker(env).then(() => worker.send(util.THINK_GRACEFUL_FORK)); | ||
exports.forkWorker(env).then(() => worker.send(exports.THINK_GRACEFUL_FORK)); | ||
} | ||
@@ -70,0 +69,0 @@ }); |
{ | ||
"name": "think-cluster", | ||
"description": "Cluster manage for ThinkJS", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "welefen", |
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
50797
1774