fix: edit send ping
This commit is contained in:
parent
b8aa9860f6
commit
9ceee26012
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default class ChatBot {
|
|||
const db = await database.getConnection()
|
||||
await db.ping()
|
||||
db.release()
|
||||
}, 600000)
|
||||
}, 60000)
|
||||
return this
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue