Comparing version 0.4.8 to 0.4.9
@@ -131,2 +131,3 @@ /* | ||
var self = this; | ||
self.lastTime = self.lastTime || Date.now(); | ||
@@ -157,3 +158,2 @@ fs.writeFileSync(util.format('%s/worker.%d.pid', this.options.pids, worker.pid), worker.pid); | ||
self.lastTime = self.lastTime = Date.now(); | ||
self._heartbeatScheduler = self._heartbeatScheduler || setInterval(function () { | ||
@@ -160,0 +160,0 @@ |
@@ -8,3 +8,3 @@ { | ||
"name": "cluster2", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
126233
778