Skip to content

Commit

Permalink
Temporary, bump keepalive timeout on pds
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Apr 10, 2023
1 parent 6b55a95 commit 9697eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pds/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export class PDS {
await this.ctx.db.startListeningToChannels()
const server = this.app.listen(this.ctx.cfg.port)
this.server = server
this.server.keepAliveTimeout = 90000
this.terminator = createHttpTerminator({ server })
await events.once(server, 'listening')
return server
Expand Down

0 comments on commit 9697eaa

Please sign in to comment.