Update local db handler timeouts

This commit is contained in:
Benjamin Toby 2024-11-19 08:13:28 +01:00
parent aafd76b507
commit a529d0bd08
2 changed files with 1 additions and 3 deletions

View File

@ -23,8 +23,6 @@ async function LOCAL_DB_HANDLER(/** @type {any[]} */ ...args) {
: undefined, : undefined,
charset: "utf8mb4", charset: "utf8mb4",
ssl: grabDbSSL(), ssl: grabDbSSL(),
timeout: 1000,
connectTimeout: 1000,
}, },
onConnect: () => { onConnect: () => {
console.log("Connection Successful!"); console.log("Connection Successful!");

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "2.7.2", "version": "2.7.3",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"bin": { "bin": {