Explorar o código

修改缓存时间

hongze %!s(int64=3) %!d(string=hai) anos
pai
achega
e1d8ffd442
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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