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