fix: 删除suno心跳

This commit is contained in:
ikechan8370 2024-03-01 10:55:51 +08:00
parent 6d03b5b2f9
commit 2320453564

View file

@ -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) {