xyxie 11 months ago
parent
commit
4b2639a081
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -13,7 +13,7 @@ func Task() {
 		releaseTask()
 	}
 	// 定时更新图表数据到eta社区
-	etaForumChartUpdate := task.NewTask("publishSmartReport", "0 */1 * * * *", EtaForumChartUpdate)
+	etaForumChartUpdate := task.NewTask("publishSmartReport", "0 */30 * * * *", EtaForumChartUpdate)
 	task.AddTask("定时更新图表数据到eta社区", etaForumChartUpdate)
 
 	task.StartTask()