This commit is contained in:
tanglong 2025-07-16 17:42:29 +08:00
parent 5b7bbf72d7
commit 9eb89df83f

View File

@ -256,7 +256,7 @@ namespace YD_AllHeartRates.Api.Mqtt
totalData.ScoreTime = jumpData.ScoreTime;
// 写入缓存(总值 + 原始值)
_caching.AddObject(jumpKey, totalData, 60 * 24);
_caching.AddObject(jumpKey, totalData, 28800);
_caching.AddObject(rawKey, jumpData, 60);
// 记录活跃学生编号(便于定时入库)