Enable UpdateMissingAnalystRatings

This commit is contained in:
2025-11-06 07:53:49 -05:00
parent 3133030329
commit feb126b5e1
2 changed files with 2 additions and 2 deletions

View File

@@ -585,7 +585,7 @@ namespace MarketData.Services
ThreadPool.QueueUserWorkItem(delegate
{
UpdateLatestAnalystRatings(true); // WWW.BRIEFING.COM
// UpdateMissingAnalystRatings(); // MARKET BEAT
UpdateMissingAnalystRatings(); // MARKET BEAT
resetEvents[STAGE_4].Set();
MDTrace.WriteLine(LogLevel.DEBUG,$"STAGE_4 complete");
});