Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed May 4, 2022
1 parent 9d12e2c commit e03bc33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"debug": "^4.3.4",
"find-my-way": "^5.5.1",
"is-docker": "^2.2.1",
"tardis-dev": "^13.1.14",
"tardis-dev": "^13.1.15",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.8.0",
"yargs": "^17.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/tardismachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class TardisMachine {
this._wsServer = App().ws('/*', {
compression: DISABLED,
maxPayloadLength: 512 * 1024,
idleTimeout: 24 * 60 * 60,
idleTimeout: 60,
maxBackpressure: 5 * 1024 * 1024,
closeOnBackpressureLimit: true,
upgrade: (res: any, req: any, context: any) => {
Expand Down

0 comments on commit e03bc33

Please sign in to comment.