我
This commit is contained in:
parent
5b7bbf72d7
commit
9eb89df83f
@ -256,7 +256,7 @@ namespace YD_AllHeartRates.Api.Mqtt
|
|||||||
totalData.ScoreTime = jumpData.ScoreTime;
|
totalData.ScoreTime = jumpData.ScoreTime;
|
||||||
|
|
||||||
// 写入缓存(总值 + 原始值)
|
// 写入缓存(总值 + 原始值)
|
||||||
_caching.AddObject(jumpKey, totalData, 60 * 24);
|
_caching.AddObject(jumpKey, totalData, 28800);
|
||||||
_caching.AddObject(rawKey, jumpData, 60);
|
_caching.AddObject(rawKey, jumpData, 60);
|
||||||
|
|
||||||
// 记录活跃学生编号(便于定时入库)
|
// 记录活跃学生编号(便于定时入库)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user