Skip to content

Commit d820198

Browse files
author
huzhou
committed
~ 0.4.19
+ uptimeThreshold spell mistake
1 parent 188cef1 commit d820198

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Process.prototype.listen = function() {
577577
// we'd like to have the threshold randomized in between [1, 1.5) of the given threshold
578578
// to avoid all workers die around the same time. This is in particular important for boxes of small number of cpu cores
579579
var connThreshold = self.options.connThreshold,
580-
uptimeThreshod = self.options.uptimeThreshod;
580+
uptimeThreshold = self.options.uptimeThreshold;
581581

582582
var recycle = setInterval(function() {
583583

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"email": "subbu@ebaysf.com"
66
}],
77
"name": "cluster2",
8-
"version": "0.4.18",
8+
"version": "0.4.19",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/ql-io/cluster2"

0 commit comments

Comments
 (0)