Browse Source

wip: cloud

Dax Raad 5 months ago
parent
commit
9f8899a9f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cloud/core/src/drizzle/index.ts

+ 1 - 1
cloud/core/src/drizzle/index.ts

@@ -15,7 +15,7 @@ const init = () => {
     ssl: {
       rejectUnauthorized: false,
     },
-    max: 1,
+    max: 3,
   })
   return drizzle(client, {})
 }