Skip to content

Commit

Permalink
chore: set server timeout 2 mins (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Feb 11, 2025
1 parent 4bc424e commit 806281f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ export default ({ env }) => ({
app: {
keys: env.array('APP_KEYS'),
},
http: {
serverOptions: {
timeout: 120_000, // 2 minutes
},
},
webhooks: {
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
},
Expand Down

0 comments on commit 806281f

Please sign in to comment.