tardis-machine
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -42,3 +42,3 @@ "use strict"; | ||
maxPayloadLength: 512 * 1024, | ||
idleTimeout: 24 * 60 * 60, | ||
idleTimeout: 60, | ||
maxBackpressure: 5 * 1024 * 1024, | ||
@@ -45,0 +45,0 @@ closeOnBackpressureLimit: true, |
{ | ||
"name": "tardis-machine", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"engines": { | ||
@@ -62,3 +62,3 @@ "node": ">=12" | ||
"is-docker": "^2.2.1", | ||
"tardis-dev": "^13.1.14", | ||
"tardis-dev": "^13.1.15", | ||
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.8.0", | ||
@@ -65,0 +65,0 @@ "yargs": "^17.4.1" |
@@ -43,3 +43,3 @@ import findMyWay from 'find-my-way' | ||
maxPayloadLength: 512 * 1024, | ||
idleTimeout: 24 * 60 * 60, | ||
idleTimeout: 60, | ||
maxBackpressure: 5 * 1024 * 1024, | ||
@@ -46,0 +46,0 @@ closeOnBackpressureLimit: true, |
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
175817
Updatedtardis-dev@^13.1.15