This commit is contained in:
tanglong 2025-07-29 16:57:24 +08:00
parent bcbe60d1f9
commit 3fd1e78289

View File

@ -257,8 +257,8 @@ namespace YD_AllHeartRates.Api.Mqtt
totalData.QuantityOfElectricity = jumpData.QuantityOfElectricity;
totalData.ScoreTime = jumpData.ScoreTime;
_caching.AddObject(jumpKey, totalData, 60);
_caching.AddObject(rawKey, jumpData, 600);
_caching.AddObject(jumpKey, totalData, 600);
_caching.AddObject(rawKey, jumpData, 60);
}
}
}