@teamkeel/functions-runtime 0.396.4 → 0.396.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/database.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamkeel/functions-runtime",
3
- "version": "0.396.4",
3
+ "version": "0.396.6",
4
4
  "description": "Internal package used by @teamkeel/sdk",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/database.js CHANGED
@@ -173,7 +173,6 @@ function getDialect() {
173
173
 
174
174
  const pool = new InstrumentedNeonServerlessPool({
175
175
  connectionString: mustEnv("KEEL_DB_CONN"),
176
- max: 1, // Limit to 1 connection per Lambda instance
177
176
  });
178
177
 
179
178
  pool.on("connect", (client) => {