This commit is contained in:
tanglong 2025-07-28 12:58:39 +08:00
parent 9f55508776
commit 4b5dd2ccfc

View File

@ -139,7 +139,7 @@ namespace YD_AllHeartRates.Api.Services.Impl
Photo = x.Photo ?? ""
}).ToListAsync();
_caching.AddObject(studentListKey, studentList, 28800); // 缓存 8 小时
_caching.AddObject(studentListKey, studentList, 60); // 缓存 8 小时
}
int warmUp = 0, low = 0, medium = 0, high = 0, warning = 0;