Skip to content

Commit

Permalink
chore: increase timeout duration in Knex config
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung committed Aug 29, 2023
1 parent f0422d5 commit 1548fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const connection: Knex.StaticConnectionConfig = {
database: process.env.DB_DATABASE,
userName: process.env.DB_USER || undefined,
password: process.env.DB_PASSWORD || undefined,
requestTimeout: 30000,
requestTimeout: 60000,
type,
options: {
encrypt: true,
Expand Down

0 comments on commit 1548fb0

Please sign in to comment.