GLPriceCache changes
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-02-26 16:56:17 -05:00
parent eee0418271
commit 2fc472dbbb
2 changed files with 78 additions and 41 deletions

View File

@@ -147,6 +147,7 @@ namespace MarketData.Services
{
LocalPriceCache.GetInstance().Dispose();
GBPriceCache.GetInstance().Dispose();
GLPriceCache.GetInstance().Dispose();
}
MDTrace.WriteLine(LogLevel.DEBUG,$"[RunService] Done, total took {profiler.End()}(ms)");