Fix price cache. Add OSVersion to PIng controller

This commit is contained in:
2025-04-09 11:56:15 -04:00
parent 88d709a4d2
commit 170b11bb7d
2 changed files with 11 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ namespace MarketData.Cache
{
lock(typeof(LocalPriceCache))
{
if(Utility.IsEpoch(latestDate))
{
RefreshLatestDate();
}
return latestDate;
}
}