Browse Source

修改缓存时间

hongze 3 years ago
parent
commit
e1d8ffd442
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/chart.go

+ 1 - 1
controllers/chart.go

@@ -286,7 +286,7 @@ func (this *ChartController) ChartInfoDetail() {
 	resp.EdbInfoList = edbList
 	if utils.Re == nil {
 		data, _ := json.Marshal(resp)
-		utils.Rc.Put(key, data, utils.GetTodayLastSecond())
+		utils.Rc.Put(key, data, 5*time.Minute)
 	}
 	br.Ret = 200
 	br.Success = true