ddd
This commit is contained in:
parent
bcbe60d1f9
commit
3fd1e78289
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user