diff options
| author | Dax Raad <[email protected]> | 2025-09-01 02:28:13 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-01 02:28:21 -0400 |
| commit | 9f8899a9f9fff1724ff6ba5fd4f9db81d13c8e69 (patch) | |
| tree | 6e6d4732db2c75a4838cd118998da84a1ddb8b1c /cloud | |
| parent | 449a063fe2d2f25a71289e500e7de5e97adefcc5 (diff) | |
| download | opencode-9f8899a9f9fff1724ff6ba5fd4f9db81d13c8e69.tar.gz opencode-9f8899a9f9fff1724ff6ba5fd4f9db81d13c8e69.zip | |
wip: cloud
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/core/src/drizzle/index.ts | 2 |
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, {}) } |
