Commit 43f073d7 by CalciumIon

fix typo

parent a4a2cf44
...@@ -24,7 +24,7 @@ func UpdateTaskBulk() { ...@@ -24,7 +24,7 @@ func UpdateTaskBulk() {
//imageModel := "midjourney" //imageModel := "midjourney"
for { for {
time.Sleep(time.Duration(15) * time.Second) time.Sleep(time.Duration(15) * time.Second)
common.SysLog(" 任务进度轮询开始") common.SysLog("任务进度轮询开始")
ctx := context.TODO() ctx := context.TODO()
allTasks := model.GetAllUnFinishSyncTasks(500) allTasks := model.GetAllUnFinishSyncTasks(500)
platformTask := make(map[constant.TaskPlatform][]*model.Task) platformTask := make(map[constant.TaskPlatform][]*model.Task)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment