Reduce wait time in the PricingMarketDataHelper
This commit is contained in:
@@ -50,8 +50,8 @@ namespace MarketData.Helper
|
||||
}
|
||||
public class PricingMarketDataHelper
|
||||
{
|
||||
private static int MaxThreads = 20; // (int)ThreadHelperEnum.MaxThreads;
|
||||
private static int WaitBetweenRequests=300;
|
||||
private static int MaxThreads = (int)ThreadHelperEnum.MaxThreads;
|
||||
private static int WaitBetweenRequests=125;
|
||||
private List<String> symbols;
|
||||
private int currentIndex = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user