|
@@ -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
|