We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15ba5 commit c6e84e4Copy full SHA for c6e84e4
1 file changed
clients/sql.mjs
@@ -14,7 +14,9 @@ export async function newOrcaSqlClient() {
14
user: orcaSqlUser(),
15
password: orcaSqlPass(),
16
database: orcaSqlDatabase(),
17
- max: 500,
+ max: 1,
18
+ min: 0,
19
+ idleTimeoutMillis: 30000,
20
});
21
22
const client = await pool.connect();
0 commit comments