.
This commit is contained in:
parent
2aeaad3add
commit
f3bbbdc532
2 changed files with 1 additions and 9 deletions
|
@ -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": {
|
||||
|
|
|
@ -28,11 +28,3 @@ export class MaaDatabase {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
const database = createPool({
|
||||
...config.mysql,
|
||||
keepAliveInitialDelay: 10000,
|
||||
enableKeepAlive: true,
|
||||
})
|
||||
|
||||
export { database }
|
||||
|
|
Loading…
Reference in a new issue