minor fix to LocalPriceCache
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-02-24 13:14:50 -05:00
parent 2d10b0840e
commit 2058d71bd7

View File

@@ -387,6 +387,7 @@ namespace MarketData.Cache
while (threadRun)
{
Thread.Sleep(quantumInterval);
if(!threadRun)break;
quantums += quantumInterval;
if (quantums > cacheCycle)
{