fix: Send ping interval
This commit is contained in:
parent
304f7e557d
commit
63607f6f79
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default class ChatBot {
|
|||
|
||||
setInterval(async () => {
|
||||
await this.db.ping()
|
||||
}, 60000)
|
||||
}, 600000)
|
||||
return this
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue