summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-01 02:28:13 -0400
committerDax Raad <[email protected]>2025-09-01 02:28:21 -0400
commit9f8899a9f9fff1724ff6ba5fd4f9db81d13c8e69 (patch)
tree6e6d4732db2c75a4838cd118998da84a1ddb8b1c /cloud
parent449a063fe2d2f25a71289e500e7de5e97adefcc5 (diff)
downloadopencode-9f8899a9f9fff1724ff6ba5fd4f9db81d13c8e69.tar.gz
opencode-9f8899a9f9fff1724ff6ba5fd4f9db81d13c8e69.zip
wip: cloud
Diffstat (limited to 'cloud')
-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 aa5e3658c..43dd69639 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: 1,
+ max: 3,
})
return drizzle(client, {})
}