diff options
| author | Dax Raad <[email protected]> | 2025-09-01 03:04:49 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-01 03:04:49 -0400 |
| commit | 95775d68b7bba20d7e3cbdbd8b6761833db50de9 (patch) | |
| tree | 5c61732876db7a31f670903645a9d42efed0e1c3 /cloud/core | |
| parent | cf11669618f2b285e1ce9de8b7bae8873436daf8 (diff) | |
| download | opencode-95775d68b7bba20d7e3cbdbd8b6761833db50de9.tar.gz opencode-95775d68b7bba20d7e3cbdbd8b6761833db50de9.zip | |
wip: cloud
Diffstat (limited to 'cloud/core')
| -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 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, {}) } |
