2
0
Dax Raad 7 сар өмнө
parent
commit
9f8899a9f9

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

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