Changes to TradeBlotter cache

This commit is contained in:
2026-02-22 17:27:35 -05:00
parent 02315ab6ac
commit 3bbd539af4
2 changed files with 27 additions and 13 deletions

View File

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