Changes to TradeBlotter cache
This commit is contained in:
@@ -90,6 +90,7 @@ namespace TradeBlotter.Cache
|
||||
while(threadRun)
|
||||
{
|
||||
Thread.Sleep(quantumInterval);
|
||||
if(!threadRun)break;
|
||||
quantums+=quantumInterval;
|
||||
if(quantums>cacheRefreshAfter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user