Skip to content

Commit c3d7d12

Browse files
committed
Increased connection pool limits
closes https://linear.app/ghost/issue/AP-1069 - Increases connection pool limits. There were timeouts occuring due to connection pool being exhausted.
1 parent 862a246 commit c3d7d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const client = Knex({
2020
},
2121
pool: {
2222
min: 1,
23-
max: 50,
23+
max: 200,
2424
},
2525
});
2626

0 commit comments

Comments
 (0)