This commit is contained in:
Siwoo Jeon 2023-11-30 21:35:08 +09:00
parent 2aeaad3add
commit f3bbbdc532
Signed by: migan
GPG key ID: C4151385FFD2082A
2 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{
"name": "muffin-ai-arujak",
"version": "2.0.0-80-oreo",
"version": "2.0.0-81-oreo",
"main": "dist/index.js",
"private": true,
"dependencies": {

View file

@ -28,11 +28,3 @@ export class MaaDatabase {
})
}
}
const database = createPool({
...config.mysql,
keepAliveInitialDelay: 10000,
enableKeepAlive: true,
})
export { database }