pitboss-ng
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,6 @@ | ||
# 0.3.1 | ||
- added npm-debug.log and *.log into gitignore/npmignore | ||
- fixed typo in example code around `options.heartBeatTick` | ||
# 0.3.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "pitboss-ng", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Run untrusted code in a seperate process using VM module. With timeout and memory limit management", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -17,4 +17,4 @@ [![Build | ||
memoryLimit: 32*1024, // 32 MB memory limit (default is 64 MB) | ||
timeout: 5*0100 // 5000 ms to perform tasks or die (default is 500 ms = 0.5 s) | ||
heartbeatTick: 100 // interval between memory-limit checks (default is 100 ms) | ||
timeout: 5*1000, // 5000 ms to perform tasks or die (default is 500 ms = 0.5 s) | ||
heartBeatTick: 100 // interval between memory-limit checks (default is 100 ms) | ||
}); | ||
@@ -21,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
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
24810