Comparing version 0.5.0-SNAPSHOT.1387318481588 to 0.5.0-SNAPSHOT.1387328689610
@@ -22,7 +22,7 @@ /* | ||
argv = require('optimist').argv, | ||
assert = require('assert'), | ||
when = require('when'), | ||
path = require('path'), | ||
os = require('os'), | ||
_ = require('underscore'), | ||
assert = require('assert'); | ||
_ = require('underscore'); | ||
@@ -147,3 +147,3 @@ /** | ||
'enable': argv['cache.enable'] || true, | ||
'mode': argv['cache.mode'] || 'standalone', //a process will be allocated dedicated to it, otherwise crush that into master | ||
'mode': argv['cache.mode'] || 'master', //a process will be allocated dedicated to it, otherwise crush that into master | ||
'domainPath': argv['cache.domain-path'] || './cluster-cache-domain', | ||
@@ -150,0 +150,0 @@ 'persistPath': argv['cache.persist-path'] || './cluster-cache-persist' |
@@ -14,3 +14,3 @@ { | ||
"name": "cluster2", | ||
"version": "0.5.0-SNAPSHOT.1387318481588", | ||
"version": "0.5.0-SNAPSHOT.1387328689610", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">= 0.10.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
992027