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