diff options
Diffstat (limited to 'cloud/core/src')
| -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, {}) } |
