mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 删除suno心跳
This commit is contained in:
parent
6d03b5b2f9
commit
2320453564
1 changed files with 9 additions and 9 deletions
|
|
@ -20,15 +20,15 @@ export class Vocal extends plugin {
|
|||
}
|
||||
]
|
||||
})
|
||||
this.task = [
|
||||
{
|
||||
// 设置十分钟左右的浮动
|
||||
cron: '0/1 * * * ?',
|
||||
// cron: '*/2 * * * *',
|
||||
name: '保持suno心跳',
|
||||
fnc: this.heartbeat.bind(this)
|
||||
}
|
||||
]
|
||||
// this.task = [
|
||||
// {
|
||||
// // 设置十分钟左右的浮动
|
||||
// cron: '0/1 * * * ?',
|
||||
// // cron: '*/2 * * * *',
|
||||
// name: '保持suno心跳',
|
||||
// fnc: this.heartbeat.bind(this)
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
|
||||
async heartbeat (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue