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 () => {
|
setInterval(async () => {
|
||||||
await this.db.ping()
|
await this.db.ping()
|
||||||
}, 60000)
|
}, 600000)
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue