Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ "use strict" | ||
instance.maxLatency = 60 * 1000 | ||
instance.maxBodySize = 5 * 1025 | ||
instance.maxBodySize = 16 * 1024 | ||
if (!limits) { | ||
@@ -8,0 +8,0 @@ return |
{ | ||
"name": "simdummy", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple tool for HTTP response simulation, automated and load testing", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node test/index.js" | ||
"start": "node entry.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "author": "Alex Pereverzyev", |
@@ -80,1 +80,9 @@ | ||
``` | ||
## Docker | ||
To start simdummy in [Docker container](https://hub.docker.com/repository/docker/alexpereverzyev/simdummy) do: | ||
``` | ||
docker run --name sd -p 9999:9999 -d alexpereverzyev/simdummy:0.1.1 | ||
``` |
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
88
7917
8
145