wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 03:04:49 -04:00
parent cf11669618
commit 95775d68b7

View File

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