summaryrefslogtreecommitdiffhomepage
path: root/cloud/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/core/src')
-rw-r--r--cloud/core/src/drizzle/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/core/src/drizzle/index.ts b/cloud/core/src/drizzle/index.ts
index 43dd69639..819ab4e8c 100644
--- a/cloud/core/src/drizzle/index.ts
+++ b/cloud/core/src/drizzle/index.ts
@@ -15,7 +15,7 @@ const init = () => {
ssl: {
rejectUnauthorized: false,
},
- max: 3,
+ max: 6,
})
return drizzle(client, {})
}