mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
fix: 修改刷新copilot token间隔
This commit is contained in:
parent
c1dd406b62
commit
916e1082d7
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ export class ChatgptManagement extends plugin {
|
|||
})
|
||||
this.task = [
|
||||
{
|
||||
cron: '0 */2 * * * ?',
|
||||
cron: '0 0 */2 * * ?',
|
||||
// cron: '*/1 * * * *',
|
||||
name: 'refreshBingAi',
|
||||
fnc: this.refreshBingAi,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue