xyxie 11 tháng trước cách đây
mục cha
commit
4b2639a081
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()