wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 03:04:49 -04:00
parent 1c8f9b7500
commit 0b6affe1bf
+1 -1
View File
@@ -15,7 +15,7 @@ const init = () => {
ssl: {
rejectUnauthorized: false,
},
max: 3,
max: 6,
})
return drizzle(client, {})
}