Skip to content

Commit

Permalink
fix: try to reduce even more connections
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <[email protected]>
  • Loading branch information
jillro committed Aug 9, 2024
1 parent 27bc653 commit 827f527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const db = new Kysely<Database>({
password: "postgres",
port: 5432,
}),
max: 5,
max: 3,
connectionTimeoutMillis: 5000,
}),
}),
Expand Down

0 comments on commit 827f527

Please sign in to comment.