Skip to content

Commit 649d171

Browse files
committed
fix(psql): augmente le nombre de connexions possibles
1 parent 2595c12 commit 649d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/repositories/kysely.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const initKysely = (connectionString: string) =>
2525
dialect: new PostgresDialect({
2626
pool: new pg.Pool({
2727
connectionString,
28-
max: 10
28+
max: 30
2929
})
3030
}),
3131
plugins: [new CamelCasePlugin()]

0 commit comments

Comments
 (0)