This commit is contained in:
2023-12-19 14:49:30 -05:00
parent b8406a7f71
commit aed30707be
17 changed files with 184 additions and 60 deletions

View File

@@ -56,7 +56,7 @@ namespace PartSource.Automation.Jobs
fileGroups.Enqueue(fileGroup);
}
Task[] taskArray = new Task[8];
Task[] taskArray = new Task[12];
for (int i = 0; i < taskArray.Length; i++)
{
@@ -95,10 +95,9 @@ namespace PartSource.Automation.Jobs
}
Task.WaitAll(taskArray);
_whiSeoService.SaveNotes(_noteDictionary);
// _whiSeoService.CreateFitmentView();
//_whiSeoService.SaveNotes(_noteDictionary);
_whiSeoService.CreateFitmentView();
}
public string Decompress(FileInfo fileInfo)