Comparing version 0.4.19 to 0.4.20
@@ -585,5 +585,5 @@ /* | ||
var uptime = process.uptime(); | ||
if(totalConns > connThreshold || uptime >= uptimeThreshod) { | ||
if(totalConns > connThreshold || uptime >= uptimeThreshold) { | ||
log('[cluster2] exit because of connThreshold:' + connThreshold + ':' + totalConns + '; or uptime:' + uptime + ' has exceeded:' + uptimeThreshod); | ||
log('[cluster2] exit because of connThreshold:' + connThreshold + ':' + totalConns + '; or uptime:' + uptime + ' has exceeded:' + uptimeThreshold); | ||
clearInterval(recycle); | ||
@@ -590,0 +590,0 @@ |
@@ -8,3 +8,3 @@ { | ||
"name": "cluster2", | ||
"version": "0.4.19", | ||
"version": "0.4.20", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
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
1319659