Update local db handler timeouts
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user