We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c62fe41 + 5b77964 commit 567d7b0Copy full SHA for 567d7b0
1 file changed
src/lib/drizzle.ts
@@ -65,7 +65,7 @@ function getReplicaUrl(): string {
65
// Keep low because Vercel can spawn 100+ concurrent serverless instances,
66
// each with its own pool, all hitting the same pgbouncer. At max:100, a cold-start
67
// cascade can open 100×N connections simultaneously and overwhelm pgbouncer.
68
-const max = 10;
+const max = 15;
69
70
const idleTimeoutMillis = 10_000;
71
0 commit comments