Comparing version 0.5.0-SNAPSHOT.1388506798567 to 0.5.0-SNAPSHOT.1388507398743
@@ -14,3 +14,3 @@ { | ||
"name": "cluster2", | ||
"version": "0.5.0-SNAPSHOT.1388506798567", | ||
"version": "0.5.0-SNAPSHOT.1388507398743", | ||
"engines": { | ||
@@ -49,3 +49,3 @@ "node": ">= 0.10.0" | ||
"scripts": { | ||
"prestart": "rm -rf ./log; mkdir log; rm -rf ./pids; mkdir pids", | ||
"prestart": "rm -rf ./log ./cluster-cache-*; mkdir log; rm -rf ./pids; mkdir pids", | ||
"start": "node ./examples/cluster-demo.js --port=9090 --monPort=9091 --noWorkers=2 --cache.enable --heartbeat.interval=5000 &", | ||
@@ -52,0 +52,0 @@ "stop": "node shutdown.js", |
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
91091