minor fix to LocalPriceCache
Some checks failed
Build .NET Project / build (push) Has been cancelled
Some checks failed
Build .NET Project / build (push) Has been cancelled
This commit is contained in:
@@ -387,6 +387,7 @@ namespace MarketData.Cache
|
||||
while (threadRun)
|
||||
{
|
||||
Thread.Sleep(quantumInterval);
|
||||
if(!threadRun)break;
|
||||
quantums += quantumInterval;
|
||||
if (quantums > cacheCycle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user