wip: cloud

pull/1748/merge
Dax Raad 2025-09-01 02:28:13 -04:00
parent 449a063fe2
commit 9f8899a9f9
1 changed files with 1 additions and 1 deletions

View File

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